Improve keyboard view and fix various issues with it

This commit is contained in:
LukeGus
2025-09-06 16:20:49 -05:00
parent ba3c60d00c
commit 420d57c6f1
5 changed files with 20 additions and 89 deletions

View File

@@ -123,6 +123,10 @@
}
@layer base {
html, body {
height: 100%;
}
* {
@apply border-border outline-ring/50;
}