mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
[web] Make a bigger hit box for the slider
The sliders can now be grabbed more easily.
This commit is contained in:
@@ -284,10 +284,11 @@ hr.fd-navbar-divider {
|
||||
|
||||
input[type='range'].slider {
|
||||
--sh: 0.5rem;
|
||||
--th: calc(var(--sh) * 1.5);
|
||||
--th: calc(var(--sh) * 1.75);
|
||||
--sx: calc(var(--th) / 2 + (var(--ratio) * (100% - var(--th))));
|
||||
-webkit-appearance: none;
|
||||
min-width: 250px;
|
||||
height: calc(var(--sh) * 3);
|
||||
width: 100% !important;
|
||||
cursor: grab;
|
||||
&:active {
|
||||
|
||||
Reference in New Issue
Block a user