mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Exculde certain data types from being affected with changes that were intended only for My Media cards
This commit is contained in:
@@ -2109,11 +2109,11 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||
background: var(--activeColor);
|
||||
}
|
||||
|
||||
#indexPage:not(.hide) .card-withuserdata[data-isfolder="true"] .cardPadder-overflowBackdrop {
|
||||
#indexPage:not(.hide) .card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"], [data-type="Playlist"]) .cardPadder-overflowBackdrop {
|
||||
padding-bottom: 50%;
|
||||
}
|
||||
|
||||
.card-withuserdata[data-isfolder="true"] .cardImageContainer.cardContent::before {
|
||||
.card-withuserdata[data-isfolder="true"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"], [data-type="Playlist"]) .cardImageContainer.cardContent::before {
|
||||
position: absolute;
|
||||
font-size: 3.5vh;
|
||||
margin-bottom: .175em;
|
||||
@@ -2123,8 +2123,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#indexPage:not(.hide) .card-withuserdata[data-isfolder="true"] .cardText-first,
|
||||
#indexPage:not(.hide) .card-withuserdata[data-isfolder="true"] .cardText.cardTextCentered {
|
||||
#indexPage:not(.hide) .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"]:not([data-type="PhotoAlbum"], [data-type="Series"], [data-type="Folder"], [data-type="Season"], [data-type="Playlist"]) .cardText.cardTextCentered {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user