Rounded album art on music player to match rest of theme

This commit is contained in:
loof2736 2025-05-17 12:53:07 -04:00
parent f7ae6d2dab
commit 00363ff09f

View File

@ -166,7 +166,8 @@ progress::-webkit-progress-value {
.cardOverlayContainer, .cardOverlayContainer,
.blurhash-canvas, .blurhash-canvas,
.dialog, .dialog,
.itemSelectionPanel { .itemSelectionPanel,
.nowPlayingPageImage {
border-radius: var(--rounded-cards) !important; border-radius: var(--rounded-cards) !important;
} }
/* Rounded selection menu */ /* Rounded selection menu */