diff options
author | Maxim Devaev <[email protected]> | 2022-10-04 23:17:01 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-10-04 23:17:01 +0300 |
commit | 128288bd54796be61473027151238710e52e83f7 (patch) | |
tree | 3fb3696dfe2dc9793b5f83cfe428cb5a9d77b672 /web/share/css/slider.css | |
parent | 056d8d037b379fcf96a169a9365ae9fd0f0c7625 (diff) |
improved tablet detection
Diffstat (limited to 'web/share/css/slider.css')
-rw-r--r-- | web/share/css/slider.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/slider.css b/web/share/css/slider.css index b8d7e515..b80fc63f 100644 --- a/web/share/css/slider.css +++ b/web/share/css/slider.css @@ -42,7 +42,7 @@ margin-right: 0; } } -@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { +@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) { @supports (-webkit-appearance: none) { input[type=range].slider { margin: 20px 0 20px 0 !important; |