Browse Source

Fix layout bugs in tweet

Carsten Porth 5 năm trước cách đây
mục cha
commit
28341f1281
1 tập tin đã thay đổi với 19 bổ sung10 xóa
  1. 19 10
      app/src/components/tweet/tweet.scss

+ 19 - 10
app/src/components/tweet/tweet.scss

@@ -1,11 +1,20 @@
 tweet {
-    .retweet-info {
-        font-weight: 250;
-        font-size: 10px;
-        margin-bottom: 8px;
-    }
-    .private {
-        background: #333;
-        color: #efefef;
-    }
-}
+  .item-md {
+    padding-left: 0;
+  }
+  .item-inner {
+    padding-left: 8px;
+  }
+  .label-md {
+    margin-left: 8px;
+  }
+  .retweet-info {
+    font-weight: 250;
+    font-size: 10px;
+    margin-bottom: 8px;
+  }
+  .private {
+    background: #333;
+    color: #efefef;
+  }
+}