Fixed the broken size on the profile block avatar image.
Handled by CSS.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user