From f0f54e539b99de5b65a6712ffb562f763714c3b4 Mon Sep 17 00:00:00 2001 From: nullkal Date: Fri, 20 Oct 2017 02:38:13 +0900 Subject: [PATCH] Make more compatible with Twemoji --- app/javascript/styles/mastodon/components.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } }