diff options
author | Maxim Devaev <[email protected]> | 2022-10-07 02:36:46 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-10-07 02:37:57 +0300 |
commit | e1c4a5163de2df49b35bb11efeaa0505ea6bbc64 (patch) | |
tree | 96d02d1eceb4c7a682381f4bc108a8d108e926bb /web/share/css/main.css | |
parent | 684b0185f79c67b8730b64390cd4a040aa435b5d (diff) |
Minimal android compatibility
Note that Samsung devices can't handle (hover: none) media query
Diffstat (limited to 'web/share/css/main.css')
-rw-r--r-- | web/share/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/main.css b/web/share/css/main.css index 8406890c..eda90875 100644 --- a/web/share/css/main.css +++ b/web/share/css/main.css @@ -214,7 +214,7 @@ input[type=text], input[type=password] { height: 30px; } -@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) { +@media only screen and (pointer: coarse) and (orientation: portrait) { button, select, input[type=text], |