mirror of https://github.com/vector-im/riot-web
This reverts commit eb7ce666b7
.
pull/28788/head^2
parent
fa559cddbe
commit
a63b99f687
|
@ -35,3 +35,10 @@
|
||||||
.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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue