Revert "remove problematic big emoji style (#11757)" (#11774)

This reverts commit eb7ce666b7.
This commit is contained in:
Kerry 2023-10-20 15:41:53 +13:00 committed by GitHub
parent fa559cddbe
commit a63b99f687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,3 +35,10 @@
.mx_Markdown_STRIKETHROUGH { .mx_Markdown_STRIKETHROUGH {
text-decoration: line-through; 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;
}