From 237617633ae7e593218d46c010414de55972baeb Mon Sep 17 00:00:00 2001 From: Chaeseungyun Date: Mon, 23 Oct 2023 01:14:55 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20UI?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Follow/components/FollowProfile.module.scss | 2 +- src/pages/Follow/components/Follower.tsx | 3 ++- src/pages/Follow/components/MobileUnfollow.module.scss | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/Follow/components/FollowProfile.module.scss b/src/pages/Follow/components/FollowProfile.module.scss index 5877ebea..b1a18e3c 100644 --- a/src/pages/Follow/components/FollowProfile.module.scss +++ b/src/pages/Follow/components/FollowProfile.module.scss @@ -24,7 +24,7 @@ &__container { display: flex; - width: 100%; + width: 90%; justify-content: space-between; align-items: center; } diff --git a/src/pages/Follow/components/Follower.tsx b/src/pages/Follow/components/Follower.tsx index 099eab64..f8ddf616 100644 --- a/src/pages/Follow/components/Follower.tsx +++ b/src/pages/Follow/components/Follower.tsx @@ -87,7 +87,8 @@ export default function Follower({ 거절 )} - {value && } + {value && isMobile + && } ); } diff --git a/src/pages/Follow/components/MobileUnfollow.module.scss b/src/pages/Follow/components/MobileUnfollow.module.scss index 723ec3ac..44a64685 100644 --- a/src/pages/Follow/components/MobileUnfollow.module.scss +++ b/src/pages/Follow/components/MobileUnfollow.module.scss @@ -32,8 +32,9 @@ } &__image { - width: 30vw; - height: 25vh; + width: 23vw; + height: 15vh; + margin: 3vh 0; } &__delete {