make tag panel less wide

This commit is contained in:
Bruno Windels 2020-07-10 12:27:48 +02:00
parent f2f813c43c
commit 6dc7a5631b
3 changed files with 7 additions and 9 deletions

View file

@ -130,7 +130,7 @@ export default createReactClass({
const BaseAvatar = sdk.getComponent('avatars.BaseAvatar');
const profile = this.state.profile || {};
const name = profile.name || this.props.tag;
const avatarHeight = 40;
const avatarHeight = 32;
const httpUrl = profile.avatarUrl ? this.context.mxcUrlToHttp(
profile.avatarUrl, avatarHeight, avatarHeight, "crop",