diff --git a/src/renderer/src/pages/user/user.css.ts b/src/renderer/src/pages/user/user.css.ts index 47e197d9..921e2c04 100644 --- a/src/renderer/src/pages/user/user.css.ts +++ b/src/renderer/src/pages/user/user.css.ts @@ -51,7 +51,7 @@ export const profileAvatarEditContainer = style({ export const profileAvatar = style({ height: "100%", - aspectRatio: 1, + width: "100%", borderRadius: "50%", overflow: "hidden", objectFit: "cover",