summaryrefslogtreecommitdiff
path: root/web/share/css
diff options
context:
space:
mode:
authorpatrick kettner <[email protected]>2021-10-05 19:32:38 -0400
committerGitHub <[email protected]>2021-10-06 02:32:38 +0300
commit463237229dbb4f65d5c62ed471f7100f1de4b0ce (patch)
tree7fd50822644f9a3bb7bd24f8db87f976a14ff9e8 /web/share/css
parent756a6c6066f9fbc5817aad43f1552f0bc486a871 (diff)
don't show message about keyboards not working when you are following its recomendations to fix it (#70)
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;
+ }
+}
+