mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Item selection checkbox height was not set in some cases
This commit is contained in:
@@ -722,20 +722,17 @@ progress+span {
|
|||||||
height: calc(100% - 1.75em);
|
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;
|
border-radius: var(--largeRadius) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer>.emby-checkbox:checked+span+.checkboxOutline {
|
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
||||||
border-radius: var(--largeRadius) !important;
|
.cardText.cardTextCentered:not(.cardText-secondary, .cardText-first)+.itemSelectionPanel>.checkboxContainer {
|
||||||
}
|
|
||||||
|
|
||||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer {
|
|
||||||
height: calc(100% - 3.125em);
|
height: calc(100% - 3.125em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardScalable+.itemSelectionPanel>.checkboxContainer>.emby-checkbox:checked+span+.checkboxOutline {
|
.cardFooter+.itemSelectionPanel>.checkboxContainer {
|
||||||
border-radius: var(--largeRadius) !important;
|
height: calc(100% - 3.75em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardScalable+.itemSelectionPanel>.checkboxContainer {
|
.cardScalable+.itemSelectionPanel>.checkboxContainer {
|
||||||
|
Reference in New Issue
Block a user