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

Commit e050d84

Browse files
authored
Enlarge emoji again (#8509)
* Enlarge emoji again * Use font variable
1 parent 07542b0 commit e050d84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

res/css/views/elements/_RichText.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@
3535
.mx_Markdown_STRIKETHROUGH {
3636
text-decoration: line-through;
3737
}
38+
39+
.mx_Emoji {
40+
// Should be 1.8rem for our default message bodies, and scale with the
41+
// surrounding text
42+
font-size: max($font-18px, 1em);
43+
vertical-align: bottom;
44+
}

0 commit comments

Comments
 (0)