Make inline emojis bigger (#5401)

This commit is contained in:
rkfg 2022-01-21 02:33:41 +03:00 committed by GitHub
parent 8a9d869b8e
commit 98e1c311c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 1 deletions

View file

@ -233,6 +233,11 @@ $left-gutter: 64px;
overflow-y: hidden;
}
.mx_EventTile_Emoji {
font-size: 1.8rem;
vertical-align: bottom;
}
&.mx_EventTile_selected .mx_EventTile_line,
&:hover .mx_EventTile_line {
border-top-left-radius: 4px;