From 00363ff09f328e4d519396e436fa89a15c383bc4 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sat, 17 May 2025 12:53:07 -0400 Subject: [PATCH] Rounded album art on music player to match rest of theme --- CSS/scyfin-theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index 881db71..d493595 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -166,7 +166,8 @@ progress::-webkit-progress-value { .cardOverlayContainer, .blurhash-canvas, .dialog, -.itemSelectionPanel { +.itemSelectionPanel, +.nowPlayingPageImage { border-radius: var(--rounded-cards) !important; } /* Rounded selection menu */