From 9031c0acbb207a68009aa2cc507a46555331d7e2 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 25 Jan 2025 17:33:44 +0530 Subject: [PATCH] Fix: Removed top border from the footer in now playing page --- Theme/ElegantFin-theme-nightly.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a7c6485..cf48dd6 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2061,6 +2061,12 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { z-index: 1; } +.layout-mobile .playlistSectionButton.playlistSectionButtonTransparent { + background: transparent; + border-top: var(--defaultBorder); + border-color: transparent; +} + @media (orientation: portrait) and (max-width: 43em) { .nowPlayingInfoContainer { height: calc(95% - 4.2em);