feat: adjust edit profile modal

This commit is contained in:
Zamitto 2024-08-16 16:18:45 -03:00
parent e31655a96e
commit 3febe9b418
2 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,6 @@ export const UserEditProfile = ({
display: "flex",
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
gap: `${SPACING_UNIT * 3}px`,
width: "350px",
}}

View File

@ -60,6 +60,7 @@ export const friendListDisplayName = style({
});
export const profileAvatarEditContainer = style({
alignSelf: "center",
width: "128px",
height: "128px",
display: "flex",