Skip to content

Commit 3351481

Browse files
narutogojcbrand
authored andcommitted
Fix auto zoom in in ios safari fullpage view mode when input message
1 parent 43b470e commit 3351481

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Fix login form style for `classic` theme
88
- Properly handle OGP metadata that doesn't have an image
99
- Fix TypeError which prevents logging out
10+
- Fix auto zoom in when input message in ios safari
1011

1112
## 11.0.0 (2025-05-21)
1213

src/shared/styles/_core.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,11 @@
149149
input[type='submit'],
150150
input[type='button'],
151151
input[type='text'],
152-
input[type='password'],
152+
input[type='password'] {
153+
font-size: var(--font-size-large);
154+
min-height: 0;
155+
}
156+
153157
button {
154158
font-size: var(--font-size);
155159
min-height: 0;

0 commit comments

Comments
 (0)