fix(ags): get correct height for brightness slider

This commit is contained in:
matt1432 2023-09-10 18:09:12 -04:00
parent 0ac782cd8e
commit 1e19096f83
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@
margin-right: 50px;
margin-top: -30px;
border-radius: 80px;
min-height: 37px;
min-height: 36px;
background: rgba(#5e497c, 0.8);
}
}

View file

@ -109,7 +109,7 @@
margin-right: 50px;
margin-top: -30px;
border-radius: 80px;
min-height: 37px;
min-height: 36px;
background: rgba(94, 73, 124, 0.8); }
tooltip {