Fix: Adjusted multiselect box height to match the new layout

dev: refer to the previous commit
This commit is contained in:
lscambo13
2025-01-18 13:47:51 -08:00
parent 2d0e97b17e
commit 8ec68237f0

View File

@@ -907,6 +907,10 @@ progress+span {
height: calc(100% - 1.75em);
}
div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer {
height: calc(100% - 0em);
}
.checkboxContainer .emby-checkbox:checked+span+.checkboxOutline.multiSelectCheckboxOutline {
border-radius: var(--largeRadius) !important;
}