add preamp & mix to eq

This commit is contained in:
vapormusic 2022-01-27 22:28:34 +07:00
parent 5422a70fbc
commit 0920858aa5
4 changed files with 96 additions and 50 deletions

View file

@ -5715,8 +5715,8 @@ body.no-gpu {
.modal-window {
height: 330px;
max-height: 330px;
width: 630px;
max-width: 630px;
width: 720px;
max-width: 720px;
overflow: hidden;
.info-header {
@ -5761,12 +5761,23 @@ body.no-gpu {
}
.modal-content{
display: block;
.inputs-container{
margin-left: 8px;
}
.input-container{
display: inline-grid;
width: 52px;
justify-items: center;
font-size: 0.7em;
}
.input-container.mini{
display: inline-grid;
width: 43px;
justify-items: center;
font-size: 0.7em;
}
.freq-header{
margin-bottom: 2px;
}