Ref #14. Additionally fixed some bugs around the KotoButton showing the badge text label when it shouldn't, styling related to margins, and various legacy null and string valid checks.
29 lines
444 B
SCSS
29 lines
444 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: $padding;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|