diff --git a/src/renderer/src/pages/user/user.css.ts b/src/renderer/src/pages/user/user.css.ts index fb0aee21..3df92ceb 100644 --- a/src/renderer/src/pages/user/user.css.ts +++ b/src/renderer/src/pages/user/user.css.ts @@ -78,6 +78,8 @@ export const profileAvatar = style({ height: "100%", width: "100%", objectFit: "cover", + borderRadius: "50%", + overflow: "hidden", }); export const profileAvatarEditOverlay = style({