fix(ags): fix slider box icons alignement

This commit is contained in:
matt1432 2023-10-12 14:40:58 -04:00
parent 838171060d
commit 3e20de0578
2 changed files with 4 additions and 2 deletions

View file

@ -125,7 +125,8 @@
.slider-label {
font-size: 30px;
min-width: 30px;
min-width: 40px;
margin-right: -20px;
}
scale {

View file

@ -556,7 +556,8 @@ calendar:indeterminate {
margin-bottom: 20px; }
.slider-box .slider-label {
font-size: 30px;
min-width: 30px; }
min-width: 40px;
margin-right: -20px; }
.slider-box scale {
min-height: 55px;
min-width: 400px;