merge .mx_ReplyThread declaration in _IRCLayout.css

pull/21833/head
Germain Souquet 2021-04-14 08:15:32 +01:00
parent e520f7462c
commit cd48a8f3ab
1 changed files with 19 additions and 21 deletions

View File

@ -136,27 +136,6 @@ $irc-line-height: $font-18px;
} }
} }
.mx_ReplyThread {
.mx_EventTile_emote {
> .mx_EventTile_avatar {
margin-left: initial;
}
}
.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 { blockquote {
margin: 0; margin: 0;
} }
@ -237,6 +216,25 @@ $irc-line-height: $font-18px;
} }
} }
} }
.mx_EventTile_emote {
> .mx_EventTile_avatar {
margin-left: initial;
}
}
.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;
}
} }
.mx_ProfileResizer { .mx_ProfileResizer {