]> cat aescling's git repositories - mastodon.git/commitdiff
Fix extra space between status text and username (#5902)
authorLynx Kotoura <admin@sanin.link>
Wed, 6 Dec 2017 16:53:25 +0000 (01:53 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 6 Dec 2017 16:53:25 +0000 (17:53 +0100)
app/javascript/styles/mastodon/components.scss

index 8a1f90e3f1b7784e2b91b72d9d0f2a2b34bbfff1..7bcd04ac08f27bdbc72575777f8e4032738dd50c 100644 (file)
   font-weight: 400;
   overflow: hidden;
   white-space: pre-wrap;
-  padding-top: 5px;
 
   &.status__content--with-spoiler {
     white-space: normal;
   .emojione {
     width: 20px;
     height: 20px;
-    margin: -5px 0 0;
+    margin: -3px 0 0;
   }
 
   p {
 .status__action-bar {
   align-items: center;
   display: flex;
-  margin-top: 5px;
+  margin-top: 10px;
 }
 
 .status__action-bar-button {
     .emojione {
       width: 24px;
       height: 24px;
-      margin: -5px 0 0;
+      margin: -3px 0 0;
     }
   }