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

from zooming in on them
th-downstream
Eugen Rochko 8 years ago
parent 6f3b6695f6
commit 02483a42e8

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

Loading…
Cancel
Save