fix: fixing profile avatar width

This commit is contained in:
Chubby Granny Chaser 2024-06-19 05:07:54 +01:00
parent c1d1dec49d
commit e42ba4d527
No known key found for this signature in database

View File

@ -51,7 +51,7 @@ export const profileAvatarEditContainer = style({
export const profileAvatar = style({
height: "100%",
aspectRatio: 1,
width: "100%",
borderRadius: "50%",
overflow: "hidden",
objectFit: "cover",