fix(ags): get correct height for brightness slider
This commit is contained in:
parent
0ac782cd8e
commit
1e19096f83
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
margin-top: -30px;
|
margin-top: -30px;
|
||||||
border-radius: 80px;
|
border-radius: 80px;
|
||||||
min-height: 37px;
|
min-height: 36px;
|
||||||
background: rgba(#5e497c, 0.8);
|
background: rgba(#5e497c, 0.8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
margin-top: -30px;
|
margin-top: -30px;
|
||||||
border-radius: 80px;
|
border-radius: 80px;
|
||||||
min-height: 37px;
|
min-height: 36px;
|
||||||
background: rgba(94, 73, 124, 0.8); }
|
background: rgba(94, 73, 124, 0.8); }
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
|
|
Loading…
Reference in a new issue