Ver a proveniência

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

master
Yuki Nakagawa há 7 anos
committed by Eugen
ascendente
cometimento
a8f45c0838
1 ficheiros alterados com 12 adições e 0 eliminações
  1. +12
    -0
      app/assets/stylesheets/components.scss

+ 12
- 0
app/assets/stylesheets/components.scss Ver ficheiro

@@ -1203,6 +1203,10 @@ a.status__content__spoiler-link {
&:focus {
outline: 0;
}

@media screen and (max-width: 600px) {
font-size: 16px;
}
}

.spoiler-input__input {
@@ -1267,6 +1271,10 @@ a.status__content__spoiler-link {
color: $color5;
border-bottom-color: $color4;
}

@media screen and (max-width: 600px) {
font-size: 16px;
}
}

@import 'boost';
@@ -1906,6 +1914,10 @@ button.icon-button.active i.fa-retweet {
&:focus {
background: lighten($color1, 4%);
}

@media screen and (max-width: 600px) {
font-size: 16px;
}
}

.search__icon {


Carregando…
Cancelar
Guardar