From 8ec68237f088af972b2999232afafb821e050398 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 18 Jan 2025 13:47:51 -0800 Subject: [PATCH] Fix: Adjusted multiselect box height to match the new layout dev: refer to the previous commit --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 9a78c83..e70bea2 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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; }