fix: square avatar setting
This commit is contained in:
parent
ae5d052274
commit
d4d2f6f871
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue