Only use bigger compose form/search form font on mobile layout

This commit is contained in:
Eugen Rochko 2017-02-27 00:46:45 +01:00
parent 175a9b9caa
commit af5cb0f853
1 changed files with 6 additions and 2 deletions

View File

@ -691,6 +691,10 @@ a.status__content__spoiler-link {
.columns-area {
flex-direction: column;
}
.search__input, .autosuggest-textarea__textarea {
font-size: 16px;
}
}
.tabs-bar {
@ -921,7 +925,7 @@ a.status__content__spoiler-link {
color: $color1;
padding: 7px;
font-family: inherit;
font-size: 16px;
font-size: 14px;
resize: vertical;
border: 3px dashed transparent;
@ -1109,7 +1113,7 @@ button.active i.fa-retweet {
font-family: inherit;
background: $color1;
color: $color3;
font-size: 16px;
font-size: 14px;
margin: 0;
}