mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: adjust edit profile modal
This commit is contained in:
parent
e31655a96e
commit
3febe9b418
@ -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…
Reference in New Issue
Block a user