diff options
author | patrick kettner <[email protected]> | 2021-10-05 19:32:38 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-06 02:32:38 +0300 |
commit | 463237229dbb4f65d5c62ed471f7100f1de4b0ce (patch) | |
tree | 7fd50822644f9a3bb7bd24f8db87f976a14ff9e8 /web/share | |
parent | 756a6c6066f9fbc5817aad43f1552f0bc486a871 (diff) |
don't show message about keyboards not working when you are following its recomendations to fix it (#70)
Diffstat (limited to 'web/share')
-rw-r--r-- | web/share/css/index/index.css | 7 |
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; + } +} + |