mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
fix kick dialog CSS
This commit is contained in:
parent
8a0b08e7f6
commit
925bbb79ad
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default React.createClass({
|
|||
>
|
||||
<div className="mx_Dialog_content">
|
||||
<div className="mx_ConfirmUserActionDialog_avatar">
|
||||
<MemberAvatar member={this.props.member} width={72} height={72} />
|
||||
<MemberAvatar member={this.props.member} width={48} height={48} />
|
||||
</div>
|
||||
<div className="mx_ConfirmUserActionDialog_name">{this.props.member.name}</div>
|
||||
<div className="mx_ConfirmUserActionDialog_userId">{this.props.member.userId}</div>
|
||||
|
|
Loading…
Reference in a new issue