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

Port 0789ec93f8 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);