mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
color and size adjustment
This commit is contained in:
parent
191023ac38
commit
411a08247f
@ -105,7 +105,7 @@ export const UserEditProfileModal = ({
|
|||||||
src={newImageBase64 ?? userProfile.profileImageUrl ?? ""}
|
src={newImageBase64 ?? userProfile.profileImageUrl ?? ""}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<PersonIcon size={72} />
|
<PersonIcon size={96} />
|
||||||
)}
|
)}
|
||||||
<div className={styles.editProfileImageBadge}>
|
<div className={styles.editProfileImageBadge}>
|
||||||
<PencilIcon size={16} />
|
<PencilIcon size={16} />
|
||||||
|
@ -40,6 +40,7 @@ export const profileAvatarEditContainer = style({
|
|||||||
height: "128px",
|
height: "128px",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
|
color: vars.color.body,
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
backgroundColor: vars.color.background,
|
backgroundColor: vars.color.background,
|
||||||
@ -162,6 +163,7 @@ export const editProfileImageBadge = style({
|
|||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
|
color: vars.color.background,
|
||||||
backgroundColor: vars.color.muted,
|
backgroundColor: vars.color.muted,
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
bottom: "0px",
|
bottom: "0px",
|
||||||
|
Loading…
Reference in New Issue
Block a user