fix settings styling for #227

This commit is contained in:
AUTOMATIC 2022-09-10 15:54:46 +03:00
parent 43bdbe934a
commit df58e0bfff
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s
padding: 0 0.5em;
}
#settings .gr-panel div.flex-col div.justify-between div{
position: relative;
}
input[type="range"]{
margin: 0.5em 0 -0.3em 0;
}