mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
20 lines
468 B
CSS
20 lines
468 B
CSS
.right-sidebar-container {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
grid-area: right-sidebar;
|
|
height: 100%;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
background: var(--theme-colors-background-alternate);
|
|
border-left: 1px solid alpha(var(--theme-colors-border), 0.5);
|
|
|
|
.current-song-cell:not(.current-playlist-song-cell) svg {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.queue-drawer {
|
|
border-radius: var(--theme-radius-lg);
|
|
}
|