mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
use alternate bg for right sidebar
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background: var(--theme-colors-background-alternate);
|
||||||
border-left: 1px solid alpha(var(--theme-colors-border), 0.3);
|
border-left: 1px solid alpha(var(--theme-colors-border), 0.3);
|
||||||
|
|
||||||
.current-song-cell:not(.current-playlist-song-cell) svg {
|
.current-song-cell:not(.current-playlist-song-cell) svg {
|
||||||
@@ -14,6 +15,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.queue-drawer {
|
.queue-drawer {
|
||||||
background: var(--theme-colors-background);
|
|
||||||
border-radius: var(--theme-radius-lg);
|
border-radius: var(--theme-radius-lg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user