From 2ab07bc6a96ceff9a44d246d7f7ea64c5d392f1e Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sat, 18 Apr 2020 17:33:05 +0100 Subject: [PATCH] Make search box font size be 16px so that no zoom happens on iphone --- app/assets/stylesheets/darkswarm/_shop-inputs.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/_shop-inputs.css.scss b/app/assets/stylesheets/darkswarm/_shop-inputs.css.scss index 55f3309477a..3cf5d6e4977 100644 --- a/app/assets/stylesheets/darkswarm/_shop-inputs.css.scss +++ b/app/assets/stylesheets/darkswarm/_shop-inputs.css.scss @@ -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