fix: square avatar setting

This commit is contained in:
ShittyKopper 2023-11-01 16:25:39 +03:00
parent ae5d052274
commit d4d2f6f871

View file

@ -159,7 +159,7 @@ watch(() => props.user.avatarBlurhash, () => {
display: inline-block; display: inline-block;
vertical-align: bottom; vertical-align: bottom;
flex-shrink: 0; flex-shrink: 0;
border-radius: var(--radius-full); border-radius: 100%;
line-height: 16px; line-height: 16px;
} }