diff options
author | Lynx Kotoura <admin@sanin.link> | 2017-12-11 01:56:05 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-12-10 17:56:05 +0100 |
commit | 98aa96b8d6800f049e6b185b15a6c215042b8f08 (patch) | |
tree | ec566565192a07d0f49f372ead263c2ce41a6a61 | |
parent | 3caec1ecc2543f02660a4cce0385c6bf59b2440c (diff) |
Refix extraspace for emojis (#5964)
Fix misalignment between emoji sizes
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index f76470da7..def149e24 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -803,7 +803,7 @@ .emojione { width: 24px; height: 24px; - margin: -3px 0 0; + margin: -1px 0 0; } } |