Fix #612 - Set font size to 16px in compose form and search form to prevent iOS

from zooming in on them
This commit is contained in:
Eugen Rochko 2017-02-26 23:30:18 +01:00
parent a0df694c24
commit 2826e6dada
1 changed files with 2 additions and 2 deletions

View 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;
}