Fix: Hid the placeholder icons inside round cast cards as a workaround to misalignment issues
This commit is contained in:
parent
473b8ed28f
commit
7c73eef574
1 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue