feat: added track scope mode for sheet music view; adjusted viewport behavior when switching between piano roll view and sheet music view

This commit is contained in:
Xiaohan-Tian
2026-05-10 13:11:10 -07:00
parent d69b3924e5
commit 578be7b726
11 changed files with 850 additions and 135 deletions
+20 -1
View File
@@ -156,6 +156,25 @@
transition: color 0.18s ease, fill 0.18s ease;
}
.piano-roll-toolbar .sheet-track-scope-toggle {
width: 20px;
min-width: 20px;
height: 20px;
}
.piano-roll-toolbar .sheet-track-scope-toggle .sheet-track-scope-icon {
width: 12px;
height: 12px;
stroke-width: 2.5;
overflow: visible;
}
.piano-roll-toolbar .piano-roll-tool-icon {
width: 12px;
height: 12px;
overflow: visible;
}
.piano-roll-toolbar .tool-button.sheet-mode-toggle,
.piano-roll-toolbar .tool-button:not(.icon-only) {
font-size: 13px;
@@ -783,4 +802,4 @@
color: #e0e0e0;
min-width: 20px;
text-align: center;
}
}