Fix MemberAvatar rendering and thread info color (#7085)

This commit is contained in:
Germain 2021-11-04 17:10:22 +00:00 committed by GitHub
parent a76fa5d624
commit aacea8d87b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View file

@ -578,7 +578,7 @@ export default class EventTile extends React.Component<IProps, IState> {
}
return <>
<MemberAvatar member={lastEvent.sender} style={{ float: "left", width: "24px", height: "24px" }} />
<MemberAvatar member={lastEvent.sender} width={24} height={24} className="mx_ThreadInfo_avatar" />
<div className="mx_ThreadInfo_content">
<span className="mx_ThreadInfo_message-preview">
{ threadMessagePreview }