diff options
author | Maxim Devaev <[email protected]> | 2022-10-16 23:51:27 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-10-16 23:51:27 +0300 |
commit | e5ed253d680b7831ce3a3b2603971620cf5eb644 (patch) | |
tree | a794e16a95c48d8b1a9a6028e067ebb1e128df1f /web/share/css/modal.css | |
parent | 5d54b32ab603ba010125564bf550585a7348c390 (diff) |
fixed browser detection, loading css from js
Diffstat (limited to 'web/share/css/modal.css')
-rw-r--r-- | web/share/css/modal.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web/share/css/modal.css b/web/share/css/modal.css index 6b6dfa53..ac2cb423 100644 --- a/web/share/css/modal.css +++ b/web/share/css/modal.css @@ -74,8 +74,3 @@ div.modal div.modal-window div.modal-buttons button { border-radius: 0; height: 40px; } -@media only screen and (pointer: coarse) and (orientation: portrait) { - div.modal-buttons button { - height: 50px !important; - } -} |