diff --git a/public/live.css b/public/live.css index c5e67ea7..2f27b989 100644 --- a/public/live.css +++ b/public/live.css @@ -56,6 +56,8 @@ top: 64px; left: 12px; display: flex; + flex-direction: row; + flex-wrap: wrap; align-items: center; gap: 14px; background: color-mix(in srgb, var(--surface-1) 92%, transparent); @@ -280,14 +282,18 @@ border-top-color: var(--surface-1) !important; } +/* audio controls spans full row when visible */ +.live-header .audio-controls { flex: 0 0 100%; margin-left: 0; } + /* ---- Heatmap toggle ---- */ .live-toggles { display: flex; + flex: 0 0 100%; gap: 10px; font-size: 11px; color: var(--text-muted); align-items: center; - margin-left: 8px; + margin-left: 0; } .live-toggles label { display: flex; align-items: center; gap: 3px; cursor: pointer; white-space: nowrap; } .live-toggles input { margin: 0; } diff --git a/public/live.js b/public/live.js index a5a50bf3..c7b5fe7a 100644 --- a/public/live.js +++ b/public/live.js @@ -895,6 +895,7 @@
+