fix: square avatar setting
This commit is contained in:
parent
ae5d052274
commit
d4d2f6f871
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue