From e42ba4d5274ab6ed4e0d42fdea093b0d8f38f7b5 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Wed, 19 Jun 2024 05:07:54 +0100 Subject: [PATCH] fix: fixing profile avatar width --- src/renderer/src/pages/user/user.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",