Make account header profile pic exactly 2x post profile pic (#34807)

This commit is contained in:
Nicholas La Roux 2025-05-30 21:33:30 +09:00 committed by GitHub
parent 975db93e3f
commit 0789ec93f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -873,7 +873,7 @@ export const AccountHeader: React.FC<{
>
<Avatar
account={suspended || hidden ? undefined : account}
size={90}
size={92}
/>
</a>

View file

@ -7963,7 +7963,6 @@ noscript {
.avatar {
display: block;
flex: 0 0 auto;
width: 94px;
.account__avatar {
background: var(--background-color);