diff options
Diffstat (limited to 'kvmd/web/css/mobile.css')
-rw-r--r-- | kvmd/web/css/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/web/css/mobile.css b/kvmd/web/css/mobile.css index a672d575..fdec7fc3 100644 --- a/kvmd/web/css/mobile.css +++ b/kvmd/web/css/mobile.css @@ -80,7 +80,7 @@ } @supports (-webkit-appearance:none) { - div.stream-params div#stream-size-slider-box input[type=range] { + div#stream-size-slider-box input[type=range] { margin: 20px 0 20px 0 !important; } } |