summaryrefslogtreecommitdiff
path: root/web/share/css/modal.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/modal.css
parent684b0185f79c67b8730b64390cd4a040aa435b5d (diff)
Minimal android compatibility
Note that Samsung devices can't handle (hover: none) media query
Diffstat (limited to 'web/share/css/modal.css')
-rw-r--r--web/share/css/modal.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/modal.css b/web/share/css/modal.css
index 6b3229b9..6b6dfa53 100644
--- a/web/share/css/modal.css
+++ b/web/share/css/modal.css
@@ -74,7 +74,7 @@ div.modal div.modal-window div.modal-buttons button {
border-radius: 0;
height: 40px;
}
-@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) {
+@media only screen and (pointer: coarse) and (orientation: portrait) {
div.modal-buttons button {
height: 50px !important;
}