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

Commit 87b87bf

Browse files
authored
Merge pull request #5855 from matrix-org/gsouquet-irc-layout
2 parents d0dfc5d + cd48a8f commit 87b87bf

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

res/css/views/rooms/_IRCLayout.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)