queue panel shares layer with main content, no longer an overlay

This commit is contained in:
2026-02-15 20:29:22 -05:00
parent 86204e1b7a
commit 3a696c57ac
4 changed files with 167 additions and 58 deletions
@@ -62,6 +62,10 @@ export class TrackList extends LitElement {
width: 100%;
}
.track-row > * {
min-width: 0;
}
.track-row:hover {
background-color: rgba(255, 255, 255, 0.05);
}