From b9ceded828f1d2b2e158f2af2d0457684cce7b7d Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 3 Nov 2025 22:23:18 +0530 Subject: [PATCH] Fix: Some scroll buttons were not aligned with their section headings --- Theme/ElegantFin-theme-nightly.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index f9fda69..b7bf1a2 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1028,6 +1028,11 @@ html { margin: .75em 0 -.75em 0; } +.emby-scrollbuttons, +[dir=ltr] .emby-scrollbuttons { + padding-top: 1.25em; +} + .sectionTitleContainer+.emby-scrollbuttons { padding-top: 0; }