Fixed the broken size on the profile block avatar image.
Handled by CSS.
This commit is contained in:
parent
d9e943f6f4
commit
5be3eb5dec
@ -32,7 +32,7 @@ class UserPanel extends ImmutablePureComponent {
|
|||||||
|
|
||||||
<div className='user-panel__profile'>
|
<div className='user-panel__profile'>
|
||||||
<Link to={`/${account.get('acct')}`} title={acct}>
|
<Link to={`/${account.get('acct')}`} title={acct}>
|
||||||
<Avatar account={account} size={88} />
|
<Avatar account={account} />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user