Add tooltips to emoji in messages (#7592)

This commit is contained in:
Robin
2022-01-21 10:10:57 +00:00
committed by GitHub
parent 35ebca2966
commit af8b3c2714
2 changed files with 16 additions and 18 deletions
+2 -3
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 {