From b50333a189417b870a9102027416dfb70d9fca9f Mon Sep 17 00:00:00 2001 From: jjinheeWorld Date: Fri, 2 Jan 2026 04:18:40 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=9A=A8=20Fix:=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=20=ED=99=98=EA=B2=BD=EC=97=90=EC=84=9C=20=ED=86=A0?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=A9=94=EC=8B=9C=EC=A7=80=EA=B0=80=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=EC=9D=84=20=EB=84=98=EC=96=B4=EA=B0=80?= =?UTF-8?q?=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/globals.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 12fff74..deef201 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -90,6 +90,5 @@ } [data-sonner-toast] { - min-width: 400px !important; - max-width: 90vw !important; + width: min(400px, 90vw); } From d439ecbdaf3a0ebea16a46d5ea71850a8a1329d7 Mon Sep 17 00:00:00 2001 From: jjinheeWorld Date: Fri, 2 Jan 2026 04:20:23 +0900 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=92=84=20Style=20:=20=EB=A7=81?= =?UTF-8?q?=ED=81=AC=20=ED=94=84=EB=A6=AC=EB=B7=B0=20=ED=97=A4=EB=8D=94=20?= =?UTF-8?q?=EC=A0=95=EB=A0=AC=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(protected)/notes/_components/NoteLinkPreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(protected)/notes/_components/NoteLinkPreview.tsx b/src/app/(protected)/notes/_components/NoteLinkPreview.tsx index 58dff9f..9e9fa72 100644 --- a/src/app/(protected)/notes/_components/NoteLinkPreview.tsx +++ b/src/app/(protected)/notes/_components/NoteLinkPreview.tsx @@ -21,7 +21,7 @@ export function NoteLinkPreview({
-
+
Date: Fri, 2 Jan 2026 04:20:44 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=F0=9F=93=9D=20Chore=20:=20=EB=9E=9C?= =?UTF-8?q?=EB=94=A9=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=BD=A4=EB=A7=88=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(landing)/_components/StepsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(landing)/_components/StepsSection.tsx b/src/app/(landing)/_components/StepsSection.tsx index 5205408..d077853 100644 --- a/src/app/(landing)/_components/StepsSection.tsx +++ b/src/app/(landing)/_components/StepsSection.tsx @@ -19,7 +19,7 @@ const steps = [ { icon: NoteIcon, title: "학습하고 기록하기", - description: "할 일을 완료하며 학습하고,\n노트로 기록하세요", + description: "할 일을 완료하며 학습하고\n노트로 기록하세요", }, ]; From 60ec708cc6c6628845a9f1eafed3451f703449d7 Mon Sep 17 00:00:00 2001 From: jjinheeWorld Date: Fri, 2 Jan 2026 04:34:21 +0900 Subject: [PATCH 4/6] =?UTF-8?q?=F0=9F=92=84=20Style=20:=20=EB=85=B8?= =?UTF-8?q?=ED=8A=B8=20=EC=83=81=EC=84=B8=20=EC=A0=9C=EB=AA=A9=EC=97=90?= =?UTF-8?q?=EC=84=9C=20truncate=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(protected)/notes/_components/NoteTitleView.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/(protected)/notes/_components/NoteTitleView.tsx b/src/app/(protected)/notes/_components/NoteTitleView.tsx index 308a25d..5568247 100644 --- a/src/app/(protected)/notes/_components/NoteTitleView.tsx +++ b/src/app/(protected)/notes/_components/NoteTitleView.tsx @@ -16,9 +16,7 @@ export default function NoteTitleView({ alt="노트 아이콘" className="h-8 w-8 lg:h-10 lg:w-10" /> - - {title} - + {title} ); } From 3511cc5ebdd9160e67f1b8a22d32d3ff6af9aebc Mon Sep 17 00:00:00 2001 From: jjinheeWorld Date: Fri, 2 Jan 2026 04:36:08 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=F0=9F=92=84=20Style=20:=20=EB=85=B8?= =?UTF-8?q?=ED=8A=B8=20=EB=AA=A8=EC=95=84=EB=B3=B4=EA=B8=B0=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=85=B8=ED=8A=B8=20=EC=A0=9C=EB=AA=A9=20truncate?= =?UTF-8?q?=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(protected)/notes/_components/NoteItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(protected)/notes/_components/NoteItem.tsx b/src/app/(protected)/notes/_components/NoteItem.tsx index 32ff159..8ac6d45 100644 --- a/src/app/(protected)/notes/_components/NoteItem.tsx +++ b/src/app/(protected)/notes/_components/NoteItem.tsx @@ -60,7 +60,7 @@ export default function NoteItem({