From eb7ce666b748a65cdd6fa322f8d62d0f46d4b82a Mon Sep 17 00:00:00 2001 From: Kerry Date: Thu, 19 Oct 2023 10:39:47 +1300 Subject: [PATCH] remove problematic big emoji style (#11757) --- res/css/views/elements/_RichText.pcss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/res/css/views/elements/_RichText.pcss b/res/css/views/elements/_RichText.pcss index b85eb8357e..7840e99260 100644 --- a/res/css/views/elements/_RichText.pcss +++ b/res/css/views/elements/_RichText.pcss @@ -35,10 +35,3 @@ .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; -}