From 039eb70ae68c44e077c7efa8d19c3a63cce92974 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 2 Jan 2025 11:34:12 -0800 Subject: [PATCH] Fix: Scroll buttons were too close to the cards in My Media section on the home screen --- 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 fe3917c..c3d520f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -309,6 +309,10 @@ h1 { font-size: 1.25em; } +.verticalSection.emby-scroller-container>h2.sectionTitle.sectionTitle-cards { + padding-top: 1.25em !important; +} + .emby-scrollbuttons-button.paper-icon-button-light>.material-icons { font-size: 1.5em; place-content: center;