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