From de1399579fa8b28f8bd09d90340a671f822a44c9 Mon Sep 17 00:00:00 2001 From: caadiq Date: Sun, 5 Apr 2026 13:53:11 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=98=88=EB=8A=A5=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=ED=81=AC=EA=B8=B0=20?= =?UTF-8?q?=EC=A0=84=EC=B2=B4=EC=A0=81=EC=9C=BC=EB=A1=9C=20=ED=99=95?= =?UTF-8?q?=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 방송사 뱃지/날짜: text-xs → text-sm - 제목: text-lg → text-xl - 멤버 칩: text-xs → text-sm, 패딩 증가 - 다시보기 버튼: text-xs → text-sm, 패딩 증가 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../schedule/sections/VarietySection.jsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx index 5bba441..7688d8f 100644 --- a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx +++ b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx @@ -28,40 +28,40 @@ function VarietySection({ schedule }) { {/* 오른쪽: 콘텐츠 */}
{/* 방송사 + 날짜 */} -
+
{schedule.broadcaster && ( - + {schedule.broadcaster} )} - + {formatFullDate(schedule.date)} {schedule.time && ` · ${formatTime(schedule.time)}`}
{/* 제목 */} -

+

{decodeHtmlEntities(schedule.title)}

{/* 멤버 */} {members.length > 0 && ( -
+
{isFullGroup ? ( - + 프로미스나인 ) : ( members.map((member) => ( - + {member.name} )) @@ -71,14 +71,14 @@ function VarietySection({ schedule }) { {/* 다시보기 (하단 고정) */} {hasReplayUrl && ( -