initial implementation of play queue for new list

This commit is contained in:
jeffvli
2025-11-08 14:28:31 -08:00
parent 3c996407d5
commit 7a4326f98d
7 changed files with 82 additions and 349 deletions
@@ -1,7 +1,8 @@
.right-sidebar-container {
position: relative;
grid-area: right-sidebar;
height: 100%;
min-height: 0;
overflow: hidden;
border-left: 1px solid alpha(var(--theme-colors-border), 0.3);
.current-song-cell:not(.current-playlist-song-cell) svg {