فهرست منبع

Reduce main tweet font size on mobile

Zed 5 سال پیش
والد
کامیت
b389723bf5
2فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 1 1
      src/sass/tweet/_base.scss
  2. 7 0
      src/sass/tweet/thread.scss

+ 1 - 1
src/sass/tweet/_base.scss

@@ -18,7 +18,7 @@
 
 .tweet-content {
     font-family: $font_3;
-    line-height: 1.4em;
+    line-height: 1.3em;
     pointer-events: all;
     display: inline;
 }

+ 7 - 0
src/sass/tweet/thread.scss

@@ -23,6 +23,13 @@
     font-size: 20px;
 }
 
+
+@media(max-width: 600px) {
+    .main-tweet .tweet-content {
+        font-size: 16px;
+    }
+}
+
 .reply {
     background-color: var(--bg_panel);
     margin-bottom: 10px;