mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-09 09:29:54 +08:00
fix: prevent iOS input focus zoom (#1033)
fix: prevent ios input focus zoom
This commit is contained in:
@@ -129,6 +129,16 @@ onMounted(async () => {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
@media (hover: none) and (pointer: coarse) and (max-width: 1024px) {
|
||||
:where(input, textarea, select, [contenteditable="true"]) {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
:where(.n-input, .n-input-number, .n-base-selection, .n-input-group-label) {
|
||||
--n-font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user