Skip to content

Commit

Permalink
font-size 16px on inputs
Browse files Browse the repository at this point in the history
To avoid zoom on Mobile Safari
  • Loading branch information
simonw authored Mar 24, 2024
1 parent 86189f9 commit 689c277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/query-tils-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
input[type=search] {
padding: .25em;
font-size: 0.9rem;
font-size: 16px;
width: 60%;
}

Expand All @@ -22,7 +22,7 @@
border-width: 1px;
border-style: solid;
padding: .5em 0.8em;
font-size: 0.9rem;
font-size: 16px;
line-height: 1;
border-radius: .25rem;
}
Expand Down

0 comments on commit 689c277

Please sign in to comment.