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

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

parent 175a9b9c
No related branches found
No related tags found
No related merge requests found
...@@ -691,6 +691,10 @@ a.status__content__spoiler-link { ...@@ -691,6 +691,10 @@ a.status__content__spoiler-link {
.columns-area { .columns-area {
flex-direction: column; flex-direction: column;
} }
.search__input, .autosuggest-textarea__textarea {
font-size: 16px;
}
} }
.tabs-bar { .tabs-bar {
...@@ -921,7 +925,7 @@ a.status__content__spoiler-link { ...@@ -921,7 +925,7 @@ a.status__content__spoiler-link {
color: $color1; color: $color1;
padding: 7px; padding: 7px;
font-family: inherit; font-family: inherit;
font-size: 16px; font-size: 14px;
resize: vertical; resize: vertical;
border: 3px dashed transparent; border: 3px dashed transparent;
...@@ -1109,7 +1113,7 @@ button.active i.fa-retweet { ...@@ -1109,7 +1113,7 @@ button.active i.fa-retweet {
font-family: inherit; font-family: inherit;
background: $color1; background: $color1;
color: $color3; color: $color3;
font-size: 16px; font-size: 14px;
margin: 0; 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