Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: square avatar setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-work committed Nov 1, 2023
1 parent ae5d052 commit d4d2f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/global/MkAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d4d2f6f

Please sign in to comment.