Make account header profile pic exactly 2x post profile pic (#34807)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user