mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Simplified the code to apply reduced card height only on the homepage
This commit is contained in:
@@ -2105,7 +2105,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
background: var(--activeColor);
|
background: var(--activeColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-withuserdata[data-isfolder="true"] .cardPadder-overflowBackdrop {
|
#indexPage:not(.hide) .card-withuserdata[data-isfolder="true"] .cardPadder-overflowBackdrop {
|
||||||
padding-bottom: 50%;
|
padding-bottom: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2119,15 +2119,11 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"], [data-type="Playlist"]) .cardText-first,
|
#indexPage:not(.hide) .card-withuserdata[data-isfolder="true"] .cardText-first,
|
||||||
.card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"], [data-type="Playlist"]) .cardText.cardTextCentered {
|
#indexPage:not(.hide) .card-withuserdata[data-isfolder="true"] .cardText.cardTextCentered {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.padded-right-withalphapicker .card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"], [data-type="Playlist"]) {
|
|
||||||
margin-bottom: -1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* input[type="radio"]:checked {
|
/* input[type="radio"]:checked {
|
||||||
background-color: var(--highlightOutlineColor);
|
background-color: var(--highlightOutlineColor);
|
||||||
} */
|
} */
|
||||||
|
Reference in New Issue
Block a user