temporary eq with dynamic values

This commit is contained in:
vapormusic 2022-01-26 13:19:20 +07:00
parent b4293cf065
commit 195d1f7bcc
4 changed files with 92 additions and 71 deletions

View file

@ -5701,10 +5701,10 @@ body.no-gpu {
.equalizer-panel {
.modal-window {
height: 300px;
max-height: 300px;
width: 400px;
max-width: 400px;
height: 330px;
max-height: 330px;
width: 630px;
max-width: 630px;
overflow: hidden;
.info-header {
@ -5751,20 +5751,34 @@ body.no-gpu {
display: block;
.input-container{
display: inline-grid;
width: 35px;
width: 52px;
justify-items: center;
font-size: 0.7em;
}
.freq-header{
margin-bottom: 2px;
}
.reset-button{
width: 50%;
margin-left: 25%;
}
input.eq-slider {
-webkit-appearance: slider-vertical;
width: 5%;
}
input[type="number"]{
padding: unset;
width: 55px;
}
.header input.eq-slider {
-webkit-appearance: slider-vertical;
width: 5%;
opacity: 0;
}
}
}
}
input.eq-slider {
-webkit-appearance: slider-vertical;
width: 5%;
}
@import url("less/compact.less");