mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
fix: fixing profile avatar width
This commit is contained in:
parent
c1d1dec49d
commit
e42ba4d527
@ -51,7 +51,7 @@ export const profileAvatarEditContainer = style({
|
|||||||
|
|
||||||
export const profileAvatar = style({
|
export const profileAvatar = style({
|
||||||
height: "100%",
|
height: "100%",
|
||||||
aspectRatio: 1,
|
width: "100%",
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
objectFit: "cover",
|
objectFit: "cover",
|
||||||
|
Loading…
Reference in New Issue
Block a user