Browse Source

Halved padding for emoji (#2344)

closed-social-glitch-2
Ashley 7 years ago
committed by Eugen
parent
commit
85e09518b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/stylesheets/components.scss

+ 1
- 1
app/assets/stylesheets/components.scss View File

@ -2070,7 +2070,7 @@ button.icon-button.active i.fa-retweet {
.emoji {
display: inline-block;
padding: 5px;
padding: 2.5px;
border-radius: 4px;
}
}

Loading…
Cancel
Save