summaryrefslogtreecommitdiff
path: root/web/share/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/share/css')
-rw-r--r--web/share/css/index/index.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/share/css/index/index.css b/web/share/css/index/index.css
index a22df685..847a1ab2 100644
--- a/web/share/css/index/index.css
+++ b/web/share/css/index/index.css
@@ -89,3 +89,10 @@ tr.server {
font-weight: bold;
font-family: monospace;
}
+
+@media all and (display-mode: standalone) {
+ div.keyboard-warning {
+ display: none;
+ }
+}
+