New: Updated the program list style to match how the songs list in album pages looks

This commit is contained in:
lscambo13
2025-11-03 22:18:37 +05:30
parent 8398ee7058
commit bfdd8d8576

View File

@@ -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;
}