Skip to content
Snippets Groups Projects
Commit a8f45c08 authored by Yuki Nakagawa's avatar Yuki Nakagawa Committed by Eugen
Browse files

Enlarge font size to avoid autozooming of iPhone. (#1911)

parent 6df63465
No related branches found
No related tags found
No related merge requests found
...@@ -1203,6 +1203,10 @@ a.status__content__spoiler-link { ...@@ -1203,6 +1203,10 @@ a.status__content__spoiler-link {
&:focus { &:focus {
outline: 0; outline: 0;
} }
@media screen and (max-width: 600px) {
font-size: 16px;
}
} }
.spoiler-input__input { .spoiler-input__input {
...@@ -1267,6 +1271,10 @@ a.status__content__spoiler-link { ...@@ -1267,6 +1271,10 @@ a.status__content__spoiler-link {
color: $color5; color: $color5;
border-bottom-color: $color4; border-bottom-color: $color4;
} }
@media screen and (max-width: 600px) {
font-size: 16px;
}
} }
@import 'boost'; @import 'boost';
...@@ -1906,6 +1914,10 @@ button.icon-button.active i.fa-retweet { ...@@ -1906,6 +1914,10 @@ button.icon-button.active i.fa-retweet {
&:focus { &:focus {
background: lighten($color1, 4%); background: lighten($color1, 4%);
} }
@media screen and (max-width: 600px) {
font-size: 16px;
}
} }
.search__icon { .search__icon {
......
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