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>
|
||||
|
||||
|
|
|
@ -7963,7 +7963,6 @@ noscript {
|
|||
.avatar {
|
||||
display: block;
|
||||
flex: 0 0 auto;
|
||||
width: 94px;
|
||||
|
||||
.account__avatar {
|
||||
background: var(--background-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue