mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
Fix: TV Show cards were displayed incorrectly on the home page in Mixed libraries section
This commit is contained in:
@@ -3392,12 +3392,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||
background: var(--activeColor);
|
||||
}
|
||||
|
||||
#homeTab .overflowBackdropCard[data-isfolder="true"] .cardPadder-overflowBackdrop {
|
||||
/* this :not() is needed to prevent affecting the mixed media libraries on the home page */
|
||||
#homeTab .overflowBackdropCard[data-isfolder="true"]:not(.groupedCard) .cardPadder-overflowBackdrop {
|
||||
padding-bottom: 50%;
|
||||
}
|
||||
|
||||
#homeTab .overflowBackdropCard[data-isfolder="true"] .cardText-first,
|
||||
#homeTab .overflowBackdropCard[data-isfolder="true"] .cardText.cardTextCentered {
|
||||
#homeTab .overflowBackdropCard[data-isfolder="true"]:not(.groupedCard) .cardText-first,
|
||||
#homeTab .overflowBackdropCard[data-isfolder="true"]:not(.groupedCard) .cardText.cardTextCentered {
|
||||
display: var(--libraryLabelVisibility);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user