From 7870e74479a38c5b58f21bd6cb8864070bc7d130 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 15 Mar 2025 10:21:50 -0700 Subject: [PATCH] Fix: Music player buttons were too close to the seek bar on desktops --- 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 6c2a36c..4e3a169 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2158,6 +2158,10 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { background: var(--highlightOutlineColor); } */ +.nowPlayingButtonsContainer { + margin-top: 1em; +} + .nowPlayingPageImageContainerNoAlbum { border: var(--defaultBorder); border-radius: var(--smallRadius);