From 6fe6d05aad87bcbc1d9d64e53a10c9db9937cf3e Mon Sep 17 00:00:00 2001 From: joren Date: Thu, 2 Apr 2026 23:20:01 +0200 Subject: [PATCH] fix: move VU meter above volume controls to stop blocking mute button Meter was at nd.height-13 overlapping the mute button (nd.height-17, h=12). Moved to nd.height-35 so it sits in the dedicated extra space above the control zone, leaving the bottom 22px fully clear. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/GraphCanvas.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/GraphCanvas.svelte b/frontend/src/components/GraphCanvas.svelte index b6a1278..9b58d16 100644 --- a/frontend/src/components/GraphCanvas.svelte +++ b/frontend/src/components/GraphCanvas.svelte @@ -696,11 +696,11 @@ {Math.round(Math.max(0, Math.min(1, nd.volume)) * 100)}% - + {#each Array(20) as _, i}