mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
use alternate bg for right sidebar
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user