fix: improve Android tablet keyboard-safe layout

Use dynamic viewport sizing and keyboard-aware spacing to keep new-game inputs and navigation reachable in PWA landscape mode on Android tablets. Refs #30.

Made-with: Cursor
This commit is contained in:
Frank Schwenk
2026-04-04 11:31:31 +02:00
parent f8d895ab21
commit 9bf4c20f11
10 changed files with 75 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.layout {
height: 100vh;
height: var(--app-height);
overflow: hidden;
background-color: var(--color-background);
color: var(--color-text);