]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Mobile: force input font size to 16px
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 25 Aug 2018 23:28:40 +0000 (19:28 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 25 Aug 2018 23:30:18 +0000 (19:30 -0400)
view/theme/frio/css/style.css

index b96e53fa1a008a0bcdc0f4b951ae105cdda5600e..cd55dcadc4b6e073ede90f55f8d3829569c74a2d 100644 (file)
@@ -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;
+       }
 }