koto/theme/pages/_music-local.scss
Joshua Strobl 44e4564f1c Implement mutli-Library support.
Honestly, not going to bother summarizing this massive changeset. You are welcome to look it over in your own free time.

Fixes #10. Fixes #11
2021-06-22 16:48:13 +03:00

37 lines
591 B
SCSS

@import '../vars';
.page-music-local {
& > .artist-list {
&, & > viewport, & > viewport > list {
background-color: $artist-list-bg;
}
& > viewport > list {
& > row {
padding: $halvedpadding;
}
}
}
& > stack {
& > .artist-view {
& > viewport > .artist-view-content {
& > .album-list {
& > flowboxchild > .album-view {
& > overlay {
margin-right: $itempadding;
}
& > box {
& > label {
font-size: xx-large;
font-weight: 900;
padding: $halvedpadding 0;
}
}
}
}
}
}
}
}