diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 2500c3add6b..caa2ad99e66 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -510,6 +510,7 @@ font-weight: 400; overflow: hidden; white-space: pre-wrap; + padding-top: 5px; &.status__content--with-spoiler { white-space: normal; @@ -522,7 +523,7 @@ .emojione { width: 20px; height: 20px; - margin: -2.5px 0; + margin: -5px 0 0 0; } p { @@ -785,7 +786,7 @@ .emojione { width: 24px; height: 24px; - margin: -2.5px 0; + margin: -5px 0 0 0; } }