Add left and right margin to emojis (#20464)

local
Douglas Blank 1 year ago committed by GitHub
parent 70415714f1
commit 2c7df002fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 {

Loading…
Cancel
Save