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:
@@ -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
Reference in New Issue
Block a user