diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-26 23:30:18 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-26 23:30:18 +0100 |
commit | 2826e6dada94da4508ab89f137b456145656d2d9 (patch) | |
tree | bac17edd2937e80150a6c4251b03381058d43eb4 /app | |
parent | a0df694c2431b30f2f1051cd9ddc9344229d600d (diff) |
Fix #612 - Set font size to 16px in compose form and search form to prevent iOS
from zooming in on them
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/components.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 94c351520..d517a737d 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -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; } |