summaryrefslogtreecommitdiff
path: root/web/share/css/window.css
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-10-07 02:36:46 +0300
committerMaxim Devaev <[email protected]>2022-10-07 02:37:57 +0300
commite1c4a5163de2df49b35bb11efeaa0505ea6bbc64 (patch)
tree96d02d1eceb4c7a682381f4bc108a8d108e926bb /web/share/css/window.css
parent684b0185f79c67b8730b64390cd4a040aa435b5d (diff)
Minimal android compatibility
Note that Samsung devices can't handle (hover: none) media query
Diffstat (limited to 'web/share/css/window.css')
-rw-r--r--web/share/css/window.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/window.css b/web/share/css/window.css
index 60c2a8cc..d241f72f 100644
--- a/web/share/css/window.css
+++ b/web/share/css/window.css
@@ -170,7 +170,7 @@ div.window.window-full-tab button.window-button-exit-full-tab {
visibility: visible !important;
}
-@media only screen and (hover: none) and (pointer: coarse) {
+@media only screen and (pointer: coarse) {
div.window {
padding-top: 45px !important;
}