From 401eca25389d74faf5059a4d467e7c844af44b4a Mon Sep 17 00:00:00 2001 From: yoonjin-C Date: Wed, 21 Aug 2024 18:59:00 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=92=84=20UI=20:=20=EC=8B=A0=EA=B3=A0?= =?UTF-8?q?=EC=82=AC=EC=9C=A0=20=EC=B0=BD=20=EA=B8=80=EA=BC=B4=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Modal/ReportModal.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/Modal/ReportModal.jsx b/src/components/common/Modal/ReportModal.jsx index da302f4..67d321e 100644 --- a/src/components/common/Modal/ReportModal.jsx +++ b/src/components/common/Modal/ReportModal.jsx @@ -212,6 +212,7 @@ const ReportText = styled.textarea` background: var(--offwhite, #efefef); color: var(--light_black, #232323); font-size: 16px; + font-family: Pretendard; font-style: normal; font-weight: 400; line-height: 150%; /* 24px */ From 48bfc19395eb226053de3010d5106abde666407a Mon Sep 17 00:00:00 2001 From: YoungseoChoi23 Date: Wed, 21 Aug 2024 20:16:58 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=92=84=20Style=20:=20=ED=86=B5?= =?UTF-8?q?=EA=B3=84=20=ED=8E=98=EC=9D=B4=EC=A7=80=20white-space:=20nowrap?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IntroducePage/Stats.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/IntroducePage/Stats.jsx b/src/components/IntroducePage/Stats.jsx index 8cad7c2..1b640ef 100644 --- a/src/components/IntroducePage/Stats.jsx +++ b/src/components/IntroducePage/Stats.jsx @@ -492,6 +492,7 @@ const MostListenGenreWrapper = styled.div` gap: 49px; width: 600px; opacity: 0; + white-space: nowrap; transform: translateY(50%); transition: opacity 1.5s ease-in-out, @@ -510,6 +511,8 @@ const MostListenGenreWrapper2 = styled.div` gap: 49px; width: 600px; opacity: 0; + white-space: nowrap; + transition: opacity 1.5s ease-in-out; &.in-view { From 7e9be8e0db9895084ca3e16a3207401c4e874824 Mon Sep 17 00:00:00 2001 From: YoungseoChoi23 Date: Wed, 21 Aug 2024 20:18:19 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=92=84=20Style=20:=20=ED=86=B5?= =?UTF-8?q?=EA=B3=84=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=86=B5=EA=B3=84=20?= =?UTF-8?q?=EA=B2=B0=EA=B3=BC=20min-width=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IntroducePage/Stats.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/IntroducePage/Stats.jsx b/src/components/IntroducePage/Stats.jsx index 1b640ef..4f08d3a 100644 --- a/src/components/IntroducePage/Stats.jsx +++ b/src/components/IntroducePage/Stats.jsx @@ -493,6 +493,8 @@ const MostListenGenreWrapper = styled.div` width: 600px; opacity: 0; white-space: nowrap; + min-width: 600px; + transform: translateY(50%); transition: opacity 1.5s ease-in-out, @@ -512,7 +514,7 @@ const MostListenGenreWrapper2 = styled.div` width: 600px; opacity: 0; white-space: nowrap; - + min-width: 600px; transition: opacity 1.5s ease-in-out; &.in-view {