Skip to content
Snippets Groups Projects
Commit 2826e6da authored by Eugen Rochko's avatar Eugen Rochko
Browse files

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

from zooming in on them
parent a0df694c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment