From e648a8c74026983decd8d30b883057cad9cf0142 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 19 May 2025 13:18:34 -0700 Subject: [PATCH] Fix: Removed extra top padding from clickable section headings and scroll buttons --- Theme/ElegantFin-theme-nightly.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index d6b1102..7ec105e 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -512,6 +512,13 @@ html { font-weight: 400; font-size: 1.25rem; } */ +.sectionTitleContainer-cards { + padding-top: 0; +} + +.sectionTitleContainer+.emby-scrollbuttons { + padding-top: 0; +} .layout-mobile :not(.sectionTitleContainer-cards)>.sectionTitle-cards { text-align: left;