diff options
Diffstat (limited to 'web/share/css/modal.css')
-rw-r--r-- | web/share/css/modal.css | 2 |
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; } |