diff options
author | Devaev Maxim <[email protected]> | 2018-09-07 00:28:48 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-07 00:28:48 +0300 |
commit | 3a68c2ae1001f1207e639925d10d5f88f62d4430 (patch) | |
tree | 8294c662496faf1d7d0058fb1dd0479e235e677b /kvmd/web/css/mobile.css | |
parent | 87e3b96a901e583f90432c07f64d303ae2e6bd05 (diff) |
ios safari fixes
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; } } |