Fix emotes left spacing in replies for the IRC layout

pull/21833/head
Germain Souquet 2021-04-13 11:21:47 +01:00
parent 2aebf103ed
commit e520f7462c
1 changed files with 6 additions and 0 deletions

View File

@ -137,6 +137,12 @@ $irc-line-height: $font-18px;
} }
.mx_ReplyThread { .mx_ReplyThread {
.mx_EventTile_emote {
> .mx_EventTile_avatar {
margin-left: initial;
}
}
.mx_MessageTimestamp { .mx_MessageTimestamp {
width: initial; width: initial;
} }