mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
fix: edit profile modal avatar
This commit is contained in:
parent
d350aa950d
commit
27610aa8cf
@ -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…
Reference in New Issue
Block a user