1
0
Fork 0

Using CSS for custom emojis

This commit is contained in:
Michael 2018-11-08 07:42:19 +00:00
commit 077a96fb28
2 changed files with 7 additions and 1 deletions

View file

@ -602,3 +602,8 @@ img.invalid-src:after { vertical-align: top;}
#register-explicid-content {
font-weight: bold;
}
span.emoji.mastodon img {
height: 1.2em;
vertical-align: middle;
}