Add tooltips to emoji in messages (#7592)
This commit is contained in:
parent
35ebca2966
commit
af8b3c2714
2 changed files with 16 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue