From 9590424ac72c848aff1b9ebc7bc938b882a91843 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 2 Feb 2025 14:45:18 +0530 Subject: [PATCH] Fix: Adjusted the gap between song and artist name --- Theme/ElegantFin-theme-nightly.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 8b2c787..1e4d6ce 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2209,17 +2209,19 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { } } -.nowPlayingInfoContainerMedia>div:not(.hide) { - margin-bottom: 1em; -} - .nowPlayingSongName.nowPlayingEpisode { + margin-bottom: 1em; font-size: 1.25em; color: var(--textColor); } .nowPlayingAlbum.nowPlayingSeason { color: var(--dimTextColor); + margin-bottom: .5em; +} + +.nowPlayingArtist.nowPlayingSerie{ + margin-bottom: .5em; } .playlistIndexIndicatorImage {