Add tooltips to emoji in messages (#7592)

This commit is contained in:
Robin 2022-01-21 05:10:57 -05:00 committed by GitHub
parent 35ebca2966
commit af8b3c2714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 18 deletions

View file

@ -391,10 +391,9 @@ $left-gutter: 64px;
position: absolute;
}
/* HACK to override line-height which is already marked important elsewhere */
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
.mx_EventTile_bigEmoji .mx_EventTile_Emoji {
font-size: 48px !important;
line-height: 57px !important;
line-height: 57px;
}
.mx_EventTile_content .mx_EventTile_edited {