don't show message about keyboards not working when you are following its recomendations to fix it (#70)

This commit is contained in:
patrick kettner
2021-10-05 19:32:38 -04:00
committed by GitHub
parent 756a6c6066
commit 463237229d
3 changed files with 27 additions and 17 deletions

View File

@@ -89,3 +89,10 @@ tr.server {
font-weight: bold;
font-family: monospace;
}
@media all and (display-mode: standalone) {
div.keyboard-warning {
display: none;
}
}