Enlarge emoji again (#8509)

* Enlarge emoji again

* Use font variable
pull/28788/head^2
Robin 2022-05-05 20:16:05 -04:00 committed by GitHub
parent 07542b0c40
commit e050d8432a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -35,3 +35,10 @@
.mx_Markdown_STRIKETHROUGH {
text-decoration: line-through;
}
.mx_Emoji {
// Should be 1.8rem for our default message bodies, and scale with the
// surrounding text
font-size: max($font-18px, 1em);
vertical-align: bottom;
}