From 3beabd320ee66f32b2b907320d9d824303914be6 Mon Sep 17 00:00:00 2001 From: brian <90752841+wokbjso@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:54:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=94=84=EB=A1=9C=ED=95=84=20=EC=9E=90?= =?UTF-8?q?=EA=B8=B0=EC=86=8C=EA=B0=9C=20=EA=B8=B8=20=EC=8B=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EC=B0=8C=EA=B7=B8=EB=9F=AC=EC=A7=80?= =?UTF-8?q?=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/profile/components/organisms/profile-container.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/profile/components/organisms/profile-container.tsx b/features/profile/components/organisms/profile-container.tsx index dbbcf53d..4621672d 100644 --- a/features/profile/components/organisms/profile-container.tsx +++ b/features/profile/components/organisms/profile-container.tsx @@ -20,7 +20,10 @@ export function ProfileContainer({ src={profileData.profileImageUrl} fill sizes="10vw" - className={css({ borderRadius: 'full', objectFit: 'cover' })} + className={css({ + borderRadius: 'full', + objectFit: 'cover', + })} />
@@ -52,6 +55,7 @@ const imageLayoutStyles = css({ width: '60px', height: '60px', position: 'relative', + flexShrink: 0, }); const inforWrapper = flex({