Make emojis in comments the same size as text.

This commit is contained in:
Jan Böhmer 2019-03-14 13:33:07 +01:00
parent 6d7150e202
commit ab1694aa05

View file

@ -144,6 +144,13 @@ body {
right: 25px;
}
/*********************************
* Emojis
********************************/
.emoji {
height: 1.5em;
}
/**********************************
* Helper classes
*********************************/