mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: edit profile modal avatar
This commit is contained in:
parent
d350aa950d
commit
27610aa8cf
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ export const profileAvatar = style({
|
||||||
height: "100%",
|
height: "100%",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
objectFit: "cover",
|
objectFit: "cover",
|
||||||
|
borderRadius: "50%",
|
||||||
|
overflow: "hidden",
|
||||||
});
|
});
|
||||||
|
|
||||||
export const profileAvatarEditOverlay = style({
|
export const profileAvatarEditOverlay = style({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue