FEAT: thay đổi UI của mixer panel

This commit is contained in:
2026-07-30 14:52:57 +07:00
parent b67c0264fb
commit bbd06f23d5
5 changed files with 962 additions and 54 deletions
+6 -1
View File
@@ -351,12 +351,17 @@
/* Custom Vertical Range Fader Slider */
input[type=range].fader-slider {
appearance: none;
-webkit-appearance: none;
appearance: none;
writing-mode: vertical-lr;
direction: rtl;
background: transparent;
cursor: pointer;
margin: 0;
padding: 0;
flex: 1;
min-height: 20px;
width: 100%;
}
input[type=range].fader-slider::-webkit-slider-thumb {
-webkit-appearance: none;