Add "Smooth Bass" switch to EQ. (Unfinished)

This commit is contained in:
cryptofyre 2022-01-30 16:30:22 -06:00
parent ae737559e5
commit efa1a85f25
2 changed files with 9 additions and 4 deletions

View file

@ -5737,8 +5737,8 @@ body.no-gpu {
.modal-window {
height: 330px;
max-height: 330px;
width: 720px;
max-width: 720px;
width: 800px;
max-width: 800px;
overflow: hidden;
.info-header {
@ -5790,7 +5790,7 @@ body.no-gpu {
.input-container{
display: inline-grid;
width: 52px;
width: 54px;
justify-items: center;
font-size: 0.7em;
}