Fix iOS input auto-zoom (fixes #49, thanks @xpcmdshell)
This commit is contained in:
@@ -133,3 +133,12 @@
|
|||||||
.kbd-separator {
|
.kbd-separator {
|
||||||
@apply opacity-50;
|
@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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user