From 03bf32a7d253df01add0667afc2be5410b74e641 Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 24 Dec 2025 19:20:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20=EC=BD=98?= =?UTF-8?q?=EC=86=94=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20UI=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 화이트리스트 추가 버튼 레이아웃 수정 (shrink-0, items-center) - 콘솔 로그 줄바꿈 추가 (break-all) - 맨 아래로 스크롤 버튼 위치/스타일 개선 (녹색 그림자) - 바텀 네비게이션 배경 불투명으로 변경 --- frontend/src/pages/Admin.jsx | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/frontend/src/pages/Admin.jsx b/frontend/src/pages/Admin.jsx index c114606..2a0beef 100644 --- a/frontend/src/pages/Admin.jsx +++ b/frontend/src/pages/Admin.jsx @@ -1222,7 +1222,7 @@ export default function Admin({ isMobile = false }) { {logs.map((log, index) => (
[{log.time}]{' '} @@ -1239,17 +1239,16 @@ export default function Admin({ isMobile = false }) { {/* 맨 아래로 스크롤 버튼 */} {!isAtBottom && logs.length > 0 && ( - - - - - + + + )} @@ -1515,7 +1514,7 @@ export default function Admin({ isMobile = false }) {
{/* 플레이어 추가 */} -
+
@@ -2149,7 +2148,7 @@ export default function Admin({ isMobile = false }) { {/* 모바일 바텀 네비게이션 */} {isMobile && ( -
+
{tabs.map(tab => (