use alternate bg for right sidebar

This commit is contained in:
jeffvli
2025-11-17 10:46:18 -08:00
parent 79af774569
commit 60c7a4a9a1
@@ -6,6 +6,7 @@
height: 100%;
min-height: 0;
overflow: hidden;
background: var(--theme-colors-background-alternate);
border-left: 1px solid alpha(var(--theme-colors-border), 0.3);
.current-song-cell:not(.current-playlist-song-cell) svg {
@@ -14,6 +15,5 @@
}
.queue-drawer {
background: var(--theme-colors-background);
border-radius: var(--theme-radius-lg);
}