fix: square avatars

This commit is contained in:
ShittyKopper 2023-11-01 23:57:59 +03:00
parent 5145af8ac5
commit 6ee6ed6f73
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ watch(() => props.user.avatarBlurhash, () => {
left: 0;
right: 0;
top: 0;
border-radius: var(--radius-full);
border-radius: 100%;
z-index: 1;
overflow: clip;
object-fit: cover;