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

Commit cd48a8f

Browse files
committed
merge .mx_ReplyThread declaration in _IRCLayout.css
1 parent e520f74 commit cd48a8f

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -136,27 +136,6 @@ $irc-line-height: $font-18px;
136136
}
137137
}
138138

139-
.mx_ReplyThread {
140-
.mx_EventTile_emote {
141-
> .mx_EventTile_avatar {
142-
margin-left: initial;
143-
}
144-
}
145-
146-
.mx_MessageTimestamp {
147-
width: initial;
148-
}
149-
150-
/**
151-
* adding the icon back in the document flow
152-
* if it's not present, there's no unwanted wasted space
153-
*/
154-
.mx_EventTile_e2eIcon {
155-
position: relative;
156-
order: -1;
157-
}
158-
}
159-
160139
blockquote {
161140
margin: 0;
162141
}
@@ -237,6 +216,25 @@ $irc-line-height: $font-18px;
237216
}
238217
}
239218
}
219+
220+
.mx_EventTile_emote {
221+
> .mx_EventTile_avatar {
222+
margin-left: initial;
223+
}
224+
}
225+
226+
.mx_MessageTimestamp {
227+
width: initial;
228+
}
229+
230+
/**
231+
* adding the icon back in the document flow
232+
* if it's not present, there's no unwanted wasted space
233+
*/
234+
.mx_EventTile_e2eIcon {
235+
position: relative;
236+
order: -1;
237+
}
240238
}
241239

242240
.mx_ProfileResizer {

0 commit comments

Comments
 (0)