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/index | |
parent | 5d54b32ab603ba010125564bf550585a7348c390 (diff) |
fixed browser detection, loading css from js
Diffstat (limited to 'web/share/css/index')
-rw-r--r-- | web/share/css/index/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/index/index.css b/web/share/css/index/index.css index 001abefb..314b96f4 100644 --- a/web/share/css/index/index.css +++ b/web/share/css/index/index.css @@ -90,7 +90,7 @@ tr.server { font-family: monospace; } -@media all and (display-mode: standalone) { +@media only screen and (display-mode: standalone) { div#app-keyboard-warning { display: none; } |