mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Adjusted multiselect box height to match the new layout
dev: refer to the previous commit
This commit is contained in:
@@ -907,6 +907,10 @@ progress+span {
|
|||||||
height: calc(100% - 1.75em);
|
height: calc(100% - 1.75em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer {
|
||||||
|
height: calc(100% - 0em);
|
||||||
|
}
|
||||||
|
|
||||||
.checkboxContainer .emby-checkbox:checked+span+.checkboxOutline.multiSelectCheckboxOutline {
|
.checkboxContainer .emby-checkbox:checked+span+.checkboxOutline.multiSelectCheckboxOutline {
|
||||||
border-radius: var(--largeRadius) !important;
|
border-radius: var(--largeRadius) !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user