Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e520f74

Browse files
committed
Fix emotes left spacing in replies for the IRC layout
1 parent 2aebf10 commit e520f74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ $irc-line-height: $font-18px;
137137
}
138138

139139
.mx_ReplyThread {
140+
.mx_EventTile_emote {
141+
> .mx_EventTile_avatar {
142+
margin-left: initial;
143+
}
144+
}
145+
140146
.mx_MessageTimestamp {
141147
width: initial;
142148
}

0 commit comments

Comments
 (0)