Make inline emojis bigger (#5401)

This commit is contained in:
rkfg
2022-01-20 16:33:41 -07:00
committed by GitHub
parent 8a9d869b8e
commit 98e1c311c4
2 changed files with 56 additions and 1 deletions
+5
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;