fix: square avatar setting

This commit is contained in:
ShittyKopper 2023-11-01 16:25:39 +03:00
parent ae5d052274
commit d4d2f6f871
1 changed files with 1 additions and 1 deletions

View File

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