Make account header profile pic exactly 2x post profile pic (#34807)
This commit is contained in:
parent
975db93e3f
commit
0789ec93f8
2 changed files with 1 additions and 2 deletions
|
@ -873,7 +873,7 @@ export const AccountHeader: React.FC<{
|
|||
>
|
||||
<Avatar
|
||||
account={suspended || hidden ? undefined : account}
|
||||
size={90}
|
||||
size={92}
|
||||
/>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue