Player Layout

This commit is contained in:
daniel-c-harvey
2026-06-06 17:28:39 -04:00
parent 3e4ddbb2a6
commit 6b18d7cc1e
9 changed files with 111 additions and 33 deletions
@@ -1,9 +1,9 @@
/* Width caps only — layout/colour come from MudStack + theme.
The zone stacks the spectrum visualizer above the volume row. Width is sized
so 24 spectrum bars (4px min + 2px gap ≈ 140px) render without clipping under
the container's overflow:hidden, while staying compact. */
The zone stacks the spectrum visualizer above the volume row, both sized to the same
compact width so the spectrum matches the slider. 75px fits 10 spectrum bars (4px min +
2px gap ≈ 70px) without clipping under the container's overflow:hidden. */
.volume-zone {
width: 150px;
width: 75px;
}
.volume-row {