mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
New: Updated the program list style to match how the songs list in album pages looks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user