Resized the avatar back to 24px, from 25px, as it has to be even so that the Text avatar aligns vertically correctly
This commit is contained in:
parent
e2d3631e7c
commit
6d1eebe6f2
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ module.exports = React.createClass({
|
|||
<div className={avatarClasses}>
|
||||
<div className="mx_RoomTile_avatar_menu" onClick={this.onAvatarClicked}>
|
||||
<div className={avatarContainerClasses}>
|
||||
<RoomAvatar room={this.props.room} width={25} height={25} />
|
||||
<RoomAvatar room={this.props.room} width={24} height={24} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue