From: Hypolite Petovan Date: Sat, 25 Aug 2018 23:28:40 +0000 (-0400) Subject: [frio] Mobile: force input font size to 16px X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0d8e5eace5af9ff55cf86b855bdf8c978b707d3f;p=friendica.git [frio] Mobile: force input font size to 16px --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index b96e53fa1a..cd55dcadc4 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3453,4 +3453,12 @@ section .profile-match-wrapper { top: 24px; left: 24px; } + + /* + Prevent automatic zoom on input focus on iOS + see https://stackoverflow.com/a/16255670 + */ + .form-control { + font-size: 16px; + } }