mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-15 11:23:26 +00:00
Fix iOS input auto-zoom (fixes #49, thanks @xpcmdshell)
This commit is contained in:
parent
25bf313338
commit
eb89dfaf89
1 changed files with 9 additions and 0 deletions
|
|
@ -133,3 +133,12 @@
|
|||
.kbd-separator {
|
||||
@apply opacity-50;
|
||||
}
|
||||
|
||||
/* Prevent iOS Safari auto-zoom on text input focus */
|
||||
@media (pointer: coarse) {
|
||||
input[type="text"],
|
||||
input:not([type]),
|
||||
textarea {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue