Skip to content

Commit

Permalink
Merge pull request #5261 from luisramos0/search-iphone
Browse files Browse the repository at this point in the history
[Mobile] Make search box font size be 16px so that no zoom happens on iphone
  • Loading branch information
luisramos0 authored Apr 24, 2020
2 parents 2984829 + 2ab07bc commit b9c86d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/darkswarm/_shop-inputs.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

input#search {
@include medium-input(rgba(0, 0, 0, 0.3), #777, $clr-brick);

// avoid zoom on iphone, see issue #4535
font-size: 1rem;
}

// ordering
Expand Down

0 comments on commit b9c86d5

Please sign in to comment.