summaryrefslogtreecommitdiff
path: root/web/share/css/modal.css
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-10-04 23:17:01 +0300
committerMaxim Devaev <[email protected]>2022-10-04 23:17:01 +0300
commit128288bd54796be61473027151238710e52e83f7 (patch)
tree3fb3696dfe2dc9793b5f83cfe428cb5a9d77b672 /web/share/css/modal.css
parent056d8d037b379fcf96a169a9365ae9fd0f0c7625 (diff)
improved tablet detection
Diffstat (limited to 'web/share/css/modal.css')
-rw-r--r--web/share/css/modal.css3
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;
}