Resized the avatar back to 24px, from 25px, as it has to be even so that the Text avatar aligns vertically correctly

pull/21833/head
wmwragg 2016-08-10 17:01:06 +01:00
parent e2d3631e7c
commit 6d1eebe6f2
1 changed files with 1 additions and 1 deletions

View File

@ -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>