summaryrefslogtreecommitdiff
path: root/web/share/css/index
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-10-16 23:51:27 +0300
committerMaxim Devaev <[email protected]>2022-10-16 23:51:27 +0300
commite5ed253d680b7831ce3a3b2603971620cf5eb644 (patch)
treea794e16a95c48d8b1a9a6028e067ebb1e128df1f /web/share/css/index
parent5d54b32ab603ba010125564bf550585a7348c390 (diff)
fixed browser detection, loading css from js
Diffstat (limited to 'web/share/css/index')
-rw-r--r--web/share/css/index/index.css2
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;
}