fix: align CC lane velocity label with keybed column

Added 120px spacer before the CC label div so it aligns with
the piano key column (60px) after the track column (120px).
This commit is contained in:
2026-07-27 19:28:51 +07:00
parent 1d3c7a7955
commit fd23b8c4b0
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -6208,6 +6208,8 @@ const beatSec = 60.0 / (parseInt(bpm) || 120);
document.addEventListener('mouseup', onUp);
},
className: "absolute top-0 left-0 right-0 h-1.5 cursor-n-resize z-10 hover:bg-purple-600/30"
}), React.createElement("div", {
className: "w-[120px] shrink-0"
}), React.createElement("div", {
className: "w-[60px] bg-[#222222] border-r border-zinc-900 flex items-center justify-center text-[10px] text-zinc-500 font-mono shrink-0 font-bold"
}, ccMode.toUpperCase()), React.createElement("div", {
File diff suppressed because one or more lines are too long