feat(grid): widen the feature name column so longer names show
This commit is contained in:
@@ -46,7 +46,7 @@ const TONE_DOT: Record<Tone, string> = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Layout constants (must match the CSS vars --name-w / --wk) for stacking math.
|
// 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 WK = 3.5 * 16
|
||||||
const BAND_CHAR = 6.6 // ≈ Fira Code advance (px) at the band font size
|
const BAND_CHAR = 6.6 // ≈ Fira Code advance (px) at the band font size
|
||||||
|
|
||||||
@@ -224,7 +224,7 @@ const bandStyle = computed(() => ({
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.macroplan {
|
.macroplan {
|
||||||
--name-w: 9rem;
|
--name-w: 16rem;
|
||||||
--wk: 3.5rem;
|
--wk: 3.5rem;
|
||||||
}
|
}
|
||||||
.plan-grid {
|
.plan-grid {
|
||||||
|
|||||||
Reference in New Issue
Block a user