Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Revert "remove problematic big emoji style (#11757)"
Browse files Browse the repository at this point in the history
This reverts commit eb7ce66.
  • Loading branch information
Kerry authored Oct 19, 2023
1 parent fa559cd commit 599a844
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions res/css/views/elements/_RichText.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 599a844

Please sign in to comment.