mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Hid the placeholder icons inside round cast cards as a workaround to misalignment issues
This commit is contained in:
@@ -1411,8 +1411,9 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
|
|||||||
|
|
||||||
#castCollapsible .cardPadder .cardImageIcon,
|
#castCollapsible .cardPadder .cardImageIcon,
|
||||||
#guestCastContent .cardPadder .cardImageIcon {
|
#guestCastContent .cardPadder .cardImageIcon {
|
||||||
position: unset;
|
/* position: unset; */
|
||||||
transform: translateY(60%) translateX(0);
|
/* transform: translateY(60%) translateX(0); */
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
||||||
|
Reference in New Issue
Block a user