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(() => ({