mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Fix emotes left spacing in replies for the IRC layout
This commit is contained in:
parent
2aebf103ed
commit
e520f7462c
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue