From ba4ef5e230e7e0d4e48987429a55d091c604a3b8 Mon Sep 17 00:00:00 2001 From: Macbook Date: Sat, 30 May 2026 16:46:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=A4=EB=A7=A4=20=EC=8B=9C=EA=B7=B8?= =?UTF-8?q?=EB=84=90=20=EC=95=8C=EB=A6=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.css | 18 ++-- frontend/src/components/TopMenuBar.tsx | 56 ++++++++----- .../components/TradeNotificationListPage.tsx | 84 ++++++++----------- frontend/src/styles/tradeNotificationList.css | 10 +++ .../src/utils/tradeNotificationListLayout.ts | 19 +++++ 5 files changed, 108 insertions(+), 79 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index b9d6a6f..5ef595e 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -194,24 +194,23 @@ html.theme-blue { .tmb-divider { width: 1px; height: 20px; - background: var(--border); - margin: 0 8px; + background: color-mix(in srgb, var(--border) 90%, var(--text3)); + margin: 0 6px; flex-shrink: 0; + align-self: center; } -.tmb-sep { - width: 1px; - height: 20px; - background: var(--border); +.tmb-divider--nav { margin: 0 4px; - flex-shrink: 0; + height: 18px; } /* 네비게이션 */ .tmb-nav { display: flex; align-items: center; - gap: 2px; + gap: 0; flex: 1; + min-width: 0; } .tmb-nav-btn { display: inline-flex; @@ -252,8 +251,7 @@ html.theme-blue { .tmb-right { display: flex; align-items: center; - gap: 4px; - margin-left: auto; + gap: 0; flex-shrink: 0; } diff --git a/frontend/src/components/TopMenuBar.tsx b/frontend/src/components/TopMenuBar.tsx index 6a0eb7c..0d15f12 100644 --- a/frontend/src/components/TopMenuBar.tsx +++ b/frontend/src/components/TopMenuBar.tsx @@ -207,33 +207,44 @@ export const TopMenuBar = memo(function TopMenuBar({ {/* 내비게이션 메뉴 */} +