Skip to content

Commit 91e5eae

Browse files
committed
- hide virtual keyboard on desktop.
1 parent 33c727b commit 91e5eae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

games/alphabet.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,14 +505,16 @@
505505
font-size: 0.875rem;
506506
color: #64748b
507507
}
508+
509+
.virtual-keyboard {display: grid;}
508510
}
509511

510512
.typing-area.keyboard-focused {
511513
border: 2px solid #2563eb
512514
}
513515

514516
.virtual-keyboard {
515-
display: grid;
517+
display: none;
516518
grid-template-columns:repeat(9, 1fr);
517519
gap: 0.25rem;
518520
max-width: 100%;

0 commit comments

Comments
 (0)