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

Commit

Permalink
Enlarge emoji again (#8509)
Browse files Browse the repository at this point in the history
* Enlarge emoji again

* Use font variable
  • Loading branch information
robintown authored May 6, 2022
1 parent 07542b0 commit e050d84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions res/css/views/elements/_RichText.scss
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 e050d84

Please sign in to comment.