make tag panel less wide
This commit is contained in:
parent
f2f813c43c
commit
6dc7a5631b
3 changed files with 7 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue