diff --git a/src/renderer/src/pages/user/user-profile-settings-modal/user-edit-profile.tsx b/src/renderer/src/pages/user/user-profile-settings-modal/user-edit-profile.tsx index aa78c1ea..f6a430ba 100644 --- a/src/renderer/src/pages/user/user-profile-settings-modal/user-edit-profile.tsx +++ b/src/renderer/src/pages/user/user-profile-settings-modal/user-edit-profile.tsx @@ -98,7 +98,6 @@ export const UserEditProfile = ({ display: "flex", flexDirection: "column", justifyContent: "center", - alignItems: "center", gap: `${SPACING_UNIT * 3}px`, width: "350px", }} diff --git a/src/renderer/src/pages/user/user.css.ts b/src/renderer/src/pages/user/user.css.ts index f9b1b09a..4e1c2139 100644 --- a/src/renderer/src/pages/user/user.css.ts +++ b/src/renderer/src/pages/user/user.css.ts @@ -60,6 +60,7 @@ export const friendListDisplayName = style({ }); export const profileAvatarEditContainer = style({ + alignSelf: "center", width: "128px", height: "128px", display: "flex",