about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorLynx Kotoura <admin@sanin.link>2017-12-07 01:53:25 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-12-06 17:53:25 +0100
commit281c577cf8cdbfccdb06daf6ede285b9aecc15f4 (patch)
treebf6d434f7cf162978e8680bec1c6585f4293afcc /app
parentf9a0d8f2b9e15516864f4abe92d8eb207b3ace0c (diff)
Fix extra space between status text and username (#5902)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 8a1f90e3f..7bcd04ac0 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -512,7 +512,6 @@
   font-weight: 400;
   overflow: hidden;
   white-space: pre-wrap;
-  padding-top: 5px;
 
   &.status__content--with-spoiler {
     white-space: normal;
@@ -525,7 +524,7 @@
   .emojione {
     width: 20px;
     height: 20px;
-    margin: -5px 0 0;
+    margin: -3px 0 0;
   }
 
   p {
@@ -761,7 +760,7 @@
 .status__action-bar {
   align-items: center;
   display: flex;
-  margin-top: 5px;
+  margin-top: 10px;
 }
 
 .status__action-bar-button {
@@ -794,7 +793,7 @@
     .emojione {
       width: 24px;
       height: 24px;
-      margin: -5px 0 0;
+      margin: -3px 0 0;
     }
   }