Halved padding for emoji (#2344)

This commit is contained in:
Ashley 2017-04-24 00:19:25 +12:00 committed by Eugen
parent 663f090c45
commit 85e09518b9
1 changed files with 1 additions and 1 deletions

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;
}
}