From f535c9ede5456a310545589090a49a28d7a46ea2 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 10 Jul 2026 14:30:13 +0100 Subject: [PATCH] feat(grid): widen the feature name column so longer names show --- src/components/MacroplanGrid.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MacroplanGrid.vue b/src/components/MacroplanGrid.vue index c84343b..429f590 100644 --- a/src/components/MacroplanGrid.vue +++ b/src/components/MacroplanGrid.vue @@ -46,7 +46,7 @@ const TONE_DOT: Record = { } // Layout constants (must match the CSS vars --name-w / --wk) for stacking math. -const NAME_W = 9 * 16 +const NAME_W = 16 * 16 const WK = 3.5 * 16 const BAND_CHAR = 6.6 // ≈ Fira Code advance (px) at the band font size @@ -224,7 +224,7 @@ const bandStyle = computed(() => ({