Fix filter-input and search-input zoom on iOS Safari

Closes #2346
This commit is contained in:
Daniel Olasubomi Sobowale 2026-01-28 20:41:58 -06:00 committed by GitHub
commit b771e930bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View file

@ -130,3 +130,5 @@ node_modules
tests/*.dylib
tests/*.so
tests/*.dll
.idea

View file

@ -647,10 +647,14 @@ button.core[type=button] {
border-radius: 3px;
-webkit-appearance: none;
padding: 9px 4px;
font-size: 1em;
font-size: 16px;
font-family: Helvetica, sans-serif;
}
#_search {
font-size: 16px;
}