Fix: Item selection checkbox height was not set in some cases
This commit is contained in:
parent
379062d92d
commit
11a19d4689
1 changed files with 5 additions and 8 deletions
|
|
@ -722,20 +722,17 @@ progress+span {
|
|||
height: calc(100% - 1.75em);
|
||||
}
|
||||
|
||||
.cardText-first+.itemSelectionPanel>.checkboxContainer>.emby-checkbox:checked+span+.checkboxOutline {
|
||||
.checkboxContainer .emby-checkbox:checked+span+.checkboxOutline.multiSelectCheckboxOutline {
|
||||
border-radius: var(--largeRadius) !important;
|
||||
}
|
||||
|
||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer>.emby-checkbox:checked+span+.checkboxOutline {
|
||||
border-radius: var(--largeRadius) !important;
|
||||
}
|
||||
|
||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer {
|
||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
||||
.cardText.cardTextCentered:not(.cardText-secondary, .cardText-first)+.itemSelectionPanel>.checkboxContainer {
|
||||
height: calc(100% - 3.125em);
|
||||
}
|
||||
|
||||
.cardScalable+.itemSelectionPanel>.checkboxContainer>.emby-checkbox:checked+span+.checkboxOutline {
|
||||
border-radius: var(--largeRadius) !important;
|
||||
.cardFooter+.itemSelectionPanel>.checkboxContainer {
|
||||
height: calc(100% - 3.75em);
|
||||
}
|
||||
|
||||
.cardScalable+.itemSelectionPanel>.checkboxContainer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue