diff options
Diffstat (limited to 'web/share/css/modal.css')
-rw-r--r-- | web/share/css/modal.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/share/css/modal.css b/web/share/css/modal.css index 6a260958..6b3229b9 100644 --- a/web/share/css/modal.css +++ b/web/share/css/modal.css @@ -74,8 +74,7 @@ div.modal div.modal-window div.modal-buttons button { border-radius: 0; height: 40px; } -@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { - /* iPad vertical */ +@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) { div.modal-buttons button { height: 50px !important; } |