Fix MemberAvatar rendering and thread info color (#7085)
This commit is contained in:
parent
a76fa5d624
commit
aacea8d87b
3 changed files with 14 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue