]> cat aescling's git repositories - mastodon.git/commitdiff
Fix #612 - Set font size to 16px in compose form and search form to prevent iOS
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 26 Feb 2017 22:30:18 +0000 (23:30 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 26 Feb 2017 22:30:18 +0000 (23:30 +0100)
from zooming in on them

app/assets/stylesheets/components.scss

index 94c351520cf5f97b707e620e048859471c027d03..d517a737d122805f7cb19cff3b603390f7caf944 100644 (file)
@@ -921,7 +921,7 @@ a.status__content__spoiler-link {
   color: $color1;
   padding: 7px;
   font-family: inherit;
-  font-size: 14px;
+  font-size: 16px;
   resize: vertical;
 
   border: 3px dashed transparent;
@@ -1109,7 +1109,7 @@ button.active i.fa-retweet {
   font-family: inherit;
   background: $color1;
   color: $color3;
-  font-size: 14px;
+  font-size: 16px;
   margin: 0;
 }