You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
remove problematic big emoji style (#11757)
This commit is contained in:
@ -35,10 +35,3 @@
|
|||||||
.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;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user