add mx_EventTile_body class for the body span in events, and fix the naming scheme of '.emoji-body'

This commit is contained in:
Matthew Hodgson 2016-07-15 15:03:33 +01:00
parent cd865bbe8f
commit 348f133e77

View file

@ -72,6 +72,11 @@ limitations under the License.
display: block;
}
/* De-zalgoing */
.mx_EventTile_body {
overflow-y: hidden;
}
/* Various markdown overrides */
.mx_EventTile_content .markdown-body {
@ -111,7 +116,7 @@ limitations under the License.
/* end of overrides */
.mx_EventTile_content .emoji-body {
.mx_EventTile_bigEmoji {
font-size: 48px;
}