Skip to content

Commit

Permalink
Style improvements for displaying grid track tables in album view
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Sep 8, 2024
1 parent 469626b commit 35232a3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions packages/app/app/components/AlbumView/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
@import "../../../../ui/lib/common.scss";

.album_view_container {
display: flex;
flex-flow: column;
width: 100%;
height: 100%;
padding: 1rem 0 0 0;

.album_buttons {
display: flex;
Expand All @@ -31,19 +32,19 @@
}

.dimmable {
display: flex;
flex-flow: column;
width: 100%;
height: 100%;

.album {
display: flex;
flex-flow: column;
flex: 1 1 auto;
}

.album_info_box {
display: flex;

margin: 0rem 1rem;

flex-flow: row;

img {
Expand Down Expand Up @@ -116,9 +117,9 @@
}
}

table {
margin: 3rem 1rem;
width: calc(100% - 2rem);
[role="table"] {
margin-top: 2rem;
width: 100%;
}

.error {
Expand Down

0 comments on commit 35232a3

Please sign in to comment.