feat: added mode list dropdown

This commit is contained in:
Xiaohan-Tian
2025-12-08 22:59:09 -08:00
parent 02a7a61b1d
commit 98ed8a60ce
6 changed files with 125 additions and 7 deletions
+10
View File
@@ -597,6 +597,7 @@ body {
padding: 0 10px;
user-select: none;
position: relative;
z-index: 100; /* Ensure toolbar and its dropdowns appear above piano roll content */
}
/* Override pointer-events for piano roll toolbar sections */
@@ -609,6 +610,15 @@ body {
font-size: 10px;
}
.piano-roll-toolbar .toolbar-left .quant-button {
margin-left: 0px;
margin-right: 5px;
}
.piano-roll-toolbar .toolbar-left .quant-dropdown {
left: 0;
}
/* Generic button blink effect */
.quant-button.button-blink {
animation: buttonBlink 0.2s ease-in-out;