You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Fix emotes left spacing in replies for the IRC layout
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user