Fix: Centered the placeholder icon in cast list
This commit is contained in:
parent
cc66d9bc5b
commit
def85c0f60
1 changed files with 2 additions and 2 deletions
|
|
@ -1409,9 +1409,9 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardPadder .cardImageIcon {
|
#castCollapsible .cardPadder .cardImageIcon {
|
||||||
position: unset;
|
position: unset;
|
||||||
transform: translateY(50%) translateX(0);
|
transform: translateY(60%) translateX(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue