Browse Source

Add left and right margin to emojis (#20464)

closed-social-glitch-2
Douglas Blank 1 year ago
committed by GitHub
parent
commit
2c7df002fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/javascript/styles/mastodon/widgets.scss

+ 2
- 0
app/javascript/styles/mastodon/widgets.scss View File

@ -39,6 +39,8 @@
width: 20px;
height: 20px;
margin: -3px 0 0;
margin-left: 0.075em;
margin-right: 0.075em;
}
p {

Loading…
Cancel
Save