From eb4d8002e5beed9e231e7fea99be9f613dcf6a11 Mon Sep 17 00:00:00 2001 From: Armin Date: Wed, 8 Jul 2026 20:05:55 +0200 Subject: [PATCH] always show visualizers, fix bogus vuDraw call, eliminate layout re-adjustment on clear --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0a260da..b89ab09 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ canvas { width: 100%; height: 100px; border-radius: 6px; display: block; } .player .track-info .artist-name { font-size: 12px; color: #6b7089; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .big-time { font-size: 28px; font-weight: 200; color: #d2d4de; letter-spacing: 1px; font-variant-numeric: tabular-nums; margin-bottom: 6px; font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace; } .big-time .sep { color: #6b7089; margin: 0 4px; } -.canvas-area { display: flex; flex-direction: column; flex: 1; min-width: 200px; min-height: 174px; gap: 6px; margin-right: 16px; } +.canvas-area { display: flex; flex-direction: column; flex: 1; min-width: 200px; gap: 6px; margin-right: 16px; } .progress-row { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #6b7089; font-variant-numeric: tabular-nums; font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace; } .waveform-wrap { flex: 1; min-width: 0; cursor: pointer; position: relative; height: 42px; } .waveform-wrap canvas { display: block; width: 100%; height: 42px; }