Fix emotes left spacing in replies for the IRC layout
parent
2aebf103ed
commit
e520f7462c
|
@ -137,6 +137,12 @@ $irc-line-height: $font-18px;
|
|||
}
|
||||
|
||||
.mx_ReplyThread {
|
||||
.mx_EventTile_emote {
|
||||
> .mx_EventTile_avatar {
|
||||
margin-left: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MessageTimestamp {
|
||||
width: initial;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue