From c720d2e89338437b4b4adc9339f3e4e3a572ff2e Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 29 Jul 2025 15:10:09 +0530 Subject: [PATCH] Fix: Added left padding to collapsible items Fix: Added scale up effect to alpha picker on TVs (forgot to add it in the previous commits) --- Theme/ElegantFin-theme-nightly.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index b72300f..463d06c 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1761,6 +1761,10 @@ progress+span { min-width: 11em; } +[dir=ltr] .emby-collapsible-button { + padding-left: 1em; +} + .dialog:not(.dialog-fullscreen) { border-radius: var(--largeRadius) !important; border: var(--defaultBorder); @@ -2584,6 +2588,10 @@ div[data-role=controlgroup] a.ui-btn-active { justify-content: center; } +.alphaPickerButton-tv{ + transition: transform .2s; +} + .alphaPickerButton-tv:focus { background-color: var(--highlightOutlineColor); transform: scale(1.75);