Reduce emoji size (#12317)

* Reduce emoji size

Rendering should now pretty much match GitHub with 1.25em. I verified
that emojis don't increase the line height and removed unecessary size
overrides because now all emojis should appear similar in relation to
the font size.

* fix reaction hover
This commit is contained in:
silverwind 2020-07-25 11:55:34 +02:00 committed by GitHub
parent a3afb88f1b
commit 8baf5ca228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 20 deletions

View file

@ -2387,7 +2387,7 @@
.select-reaction {
display: flex;
align-items: center;
padding: .5rem;
padding: 0 .5rem;
&:not(.active) a {
display: none;