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

Commit

Permalink
fix: square avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-work committed Nov 1, 2023
1 parent 5145af8 commit 6ee6ed6
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 @@ -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;
Expand Down

0 comments on commit 6ee6ed6

Please sign in to comment.