diff options
author | Douglas Blank <doug.blank@gmail.com> | 2022-12-15 09:53:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 18:53:37 +0100 |
commit | 2c7df002fa633ef69cf44c6212132f43daa40a56 (patch) | |
tree | 5e3dc0edfd797e3caff3e1113218af98a45937b6 /app/javascript | |
parent | 70415714f14e067aba518a105c96475db31fa124 (diff) |
Add left and right margin to emojis (#20464)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/widgets.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/widgets.scss b/app/javascript/styles/mastodon/widgets.scss index 0e39dc87b..7a25d121b 100644 --- a/app/javascript/styles/mastodon/widgets.scss +++ b/app/javascript/styles/mastodon/widgets.scss @@ -39,6 +39,8 @@ width: 20px; height: 20px; margin: -3px 0 0; + margin-left: 0.075em; + margin-right: 0.075em; } p { |