[Glitch] Make account header profile pic exactly 2x post profile pic

Port 0789ec93f84ba1bc5cd220cc31622a0779ebe9ca to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Nicholas La Roux 2025-05-30 21:33:30 +09:00 committed by Claire
parent c80b14e251
commit 0f591649c4
2 changed files with 1 additions and 2 deletions

View File

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

View File

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