From 11a19d46895494357d9aaa6d7530f8e3287308a6 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 1 Jan 2025 10:00:19 -0800 Subject: [PATCH] Fix: Item selection checkbox height was not set in some cases --- Theme/ElegantFin-theme-nightly.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 5495d3a..060a217 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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 {