about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-27 00:46:45 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-27 00:46:45 +0100
commitaf5cb0f853d523fe577da83c54040a05151ac90d (patch)
treedb7454ae9f8f5fb0ffd252e50f7d2f16bebf5651 /app/assets
parent175a9b9caa92ad90bf2e8b68c299a00adb1f9751 (diff)
Only use bigger compose form/search form font on mobile layout
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/components.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index d517a737d..5fc67d9c1 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -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;
 }