New: Updated the program list style to match how the songs list in album pages looks
This commit is contained in:
parent
8398ee7058
commit
bfdd8d8576
1 changed files with 11 additions and 1 deletions
|
|
@ -1317,7 +1317,8 @@ html {
|
|||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
|
||||
#childrenContent:has(.listItem[data-type="Audio"]) {
|
||||
#childrenContent:has(.listItem[data-type="Audio"]),
|
||||
.programGuideSection {
|
||||
border: var(--defaultBorder);
|
||||
border-radius: var(--largeRadius);
|
||||
padding: .5em;
|
||||
|
|
@ -2732,6 +2733,15 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.programGuideSection:not(.hide){
|
||||
order: -1;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.layout-desktop .programGuide{
|
||||
padding-right: var(--sidePadding);
|
||||
}
|
||||
|
||||
.collectionItems .sectionTitleContainer.padded-left {
|
||||
padding-left: .375em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue