mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[web] Make slider handle bigger on mobile devices
The handle of sliders - volume and progress - is now better reachable on mobile devices
This commit is contained in:
parent
395dd0e3d4
commit
181a0f171d
@ -285,6 +285,9 @@ hr.fd-navbar-divider {
|
||||
input[type='range'].slider {
|
||||
--sh: 0.5rem;
|
||||
--th: calc(var(--sh) * 1.75);
|
||||
@include mobile {
|
||||
--th: calc(var(--sh) * 2.5);
|
||||
}
|
||||
--sx: calc(var(--th) / 2 + (var(--ratio) * (100% - var(--th))));
|
||||
-webkit-appearance: none;
|
||||
min-width: 250px;
|
||||
|
Loading…
Reference in New Issue
Block a user