mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adjust edit profile modal
This commit is contained in:
parent
e31655a96e
commit
3febe9b418
2 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,6 @@ export const UserEditProfile = ({
|
|||
display: "flex",
|
||||
flexDirection: "column",
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
gap: `${SPACING_UNIT * 3}px`,
|
||||
width: "350px",
|
||||
}}
|
||||
|
|
|
@ -60,6 +60,7 @@ export const friendListDisplayName = style({
|
|||
});
|
||||
|
||||
export const profileAvatarEditContainer = style({
|
||||
alignSelf: "center",
|
||||
width: "128px",
|
||||
height: "128px",
|
||||
display: "flex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue