[bugfix] set avatars to cover available space

no more squashed avatars
This commit is contained in:
Zoë Bijl
2025-10-15 01:19:01 +02:00
parent 633352118b
commit 5d823b2195
@@ -28,7 +28,8 @@ export const Avatar: React.FC<Props> = ({
...styleFromParent,
width: `${size}px`,
height: `${size}px`,
backgroundSize: `${size}px ${size}px`,
backgroundSize: `cover`,
backgroundPosition: `center`,
};
if (account) {