From 119988f7649146a2dc5f1f1b72b5b60449ce2750 Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 24 Dec 2025 16:53:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=A8=EB=93=9C=ED=8C=A9=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20UI=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 다운로드 버튼 모바일에서 전체 너비로 표시 - 헤더 레이아웃을 세로 배치로 변경 - 메타 정보 및 태그 줄바꿈 허용 --- frontend/src/pages/Modpack.jsx | 55 +++++++++++++++++----------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/frontend/src/pages/Modpack.jsx b/frontend/src/pages/Modpack.jsx index 947fda8..11f4851 100644 --- a/frontend/src/pages/Modpack.jsx +++ b/frontend/src/pages/Modpack.jsx @@ -37,43 +37,42 @@ const ModpackCard = ({ modpack, isLatest }) => {
{/* 헤더 */}
-
-
-
- -
-
-
-

v{modpack.version}

- {isLatest && ( - - 최신 - - )} -
-

{modpack.name}

-
+ {/* 상단: 아이콘 + 버전 정보 */} +
+
+ +
+
+
+

v{modpack.version}

+ {isLatest && ( + + 최신 + + )} +
+

{modpack.name}

- - {/* 다운로드 버튼 */} - - - 다운로드 -
+ + {/* 다운로드 버튼 - 모바일에서 전체 너비 */} + + + 다운로드 + {/* 메타 정보 */} -
+
MC {modpack.minecraftVersion}
- {modpack.modLoader} {modpack.modLoaderVersion} + {modpack.modLoader}
@@ -86,7 +85,7 @@ const ModpackCard = ({ modpack, isLatest }) => {
{/* 포함 콘텐츠 요약 */} -
+
{totalMods > 0 && ( 모드 {totalMods}개