From 89e346d2c6335f3e5f7c50f1a5b6577323ed707c Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 24 Jan 2026 10:15:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20X=20=EC=9D=BC=EC=A0=95=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20UI=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 닉네임과 @id 사이 간격 축소 (PC/모바일) - 모바일 툴바에서 뒤로가기 버튼 제거, 타이틀 가운데 정렬 Co-Authored-By: Claude Opus 4.5 --- .../src/pages/mobile/schedule/ScheduleDetail.jsx | 16 +++++----------- .../pc/public/schedule/sections/XSection.jsx | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx b/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx index 3490ad2..cef689c 100644 --- a/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx +++ b/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx @@ -232,7 +232,7 @@ function MobileXSection({ schedule }) { - @{username} + @{username} @@ -520,16 +520,10 @@ function MobileScheduleDetail() {
{/* 헤더 */}
-
- -
- - {schedule.category?.name} - -
-
+
+ + {schedule.category?.name} +
diff --git a/frontend/src/pages/pc/public/schedule/sections/XSection.jsx b/frontend/src/pages/pc/public/schedule/sections/XSection.jsx index 891c58d..05f91a1 100644 --- a/frontend/src/pages/pc/public/schedule/sections/XSection.jsx +++ b/frontend/src/pages/pc/public/schedule/sections/XSection.jsx @@ -80,7 +80,7 @@ function XSection({ schedule }) {
- @{username} + @{username}