This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ $left-gutter: 64px;
159159.mx_EventTile.focus-visible :focus-within > div > a > .mx_MessageTimestamp ,
160160.mx_IRCLayout .mx_EventTile_last > a > .mx_MessageTimestamp ,
161161.mx_IRCLayout .mx_EventTile :hover > a > .mx_MessageTimestamp ,
162+ .mx_IRCLayout .mx_ReplyThread .mx_EventTile > a > .mx_MessageTimestamp ,
162163.mx_IRCLayout .mx_EventTile.mx_EventTile_actionBarFocused > a > .mx_MessageTimestamp ,
163164.mx_IRCLayout .mx_EventTile.focus-visible :focus-within > a > .mx_MessageTimestamp {
164165 visibility : visible ;
Original file line number Diff line number Diff line change @@ -216,6 +216,25 @@ $irc-line-height: $font-18px;
216216 }
217217 }
218218 }
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+ }
219238 }
220239
221240 .mx_ProfileResizer {
You can’t perform that action at this time.
0 commit comments