always display message timestamp in IRC layout replies

This commit is contained in:
Germain Souquet 2021-04-13 11:20:53 +01:00
parent db69166378
commit 2aebf103ed
2 changed files with 16 additions and 0 deletions

View file

@ -136,6 +136,21 @@ $irc-line-height: $font-18px;
}
}
.mx_ReplyThread {
.mx_MessageTimestamp {
width: initial;
}
/**
* adding the icon back in the document flow
* if it's not present, there's no unwanted wasted space
*/
.mx_EventTile_e2eIcon {
position: relative;
order: -1;
}
}
blockquote {
margin: 0;
}