mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
Make account header profile pic exactly 2x post profile pic (#34807)
This commit is contained in:
parent
975db93e3f
commit
0789ec93f8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user