[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:
parent
c80b14e251
commit
0f591649c4
@ -877,7 +877,7 @@ export const AccountHeader: React.FC<{
|
||||
>
|
||||
<Avatar
|
||||
account={suspended || hidden ? undefined : account}
|
||||
size={90}
|
||||
size={92}
|
||||
/>
|
||||
</a>
|
||||
|
||||
|
||||
@ -8266,7 +8266,6 @@ noscript {
|
||||
.avatar {
|
||||
display: block;
|
||||
flex: 0 0 auto;
|
||||
width: 94px;
|
||||
|
||||
.account__avatar {
|
||||
background: var(--background-color);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user