From 4697cef5dc720b021b71548da87e98f38a954b9e Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 25 Mar 2026 11:54:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=20=EC=A1=B0=EC=A7=81?= =?UTF-8?q?=EB=8F=84=20=EC=98=81=EC=97=AD=20=EC=A0=84=EC=B2=B4=20=ED=99=95?= =?UTF-8?q?=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/index.html | 8 ------- frontend/public/styles.css | 44 ++++---------------------------------- 2 files changed, 4 insertions(+), 48 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 8428003..4710945 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -57,14 +57,6 @@
-
-
-

Main View

-

조직도 메인 화면 샘플

-
- 새 창으로 열기 -
-
diff --git a/frontend/public/styles.css b/frontend/public/styles.css index e0c824e..f6c9c98 100644 --- a/frontend/public/styles.css +++ b/frontend/public/styles.css @@ -277,44 +277,13 @@ a { .dashboard-main { flex: 1; min-height: calc(100vh - 88px); - padding: 18px; + padding: 14px; } .main-stage { - height: calc(100vh - 124px); + height: calc(100vh - 116px); display: flex; flex-direction: column; - gap: 14px; -} - -.stage-topline { - display: flex; - align-items: flex-end; - justify-content: space-between; - gap: 18px; - padding: 0 8px; -} - -.stage-label { - margin: 0 0 6px; - color: var(--muted); - font-size: 11px; - font-weight: 900; - letter-spacing: 0.14em; - text-transform: uppercase; -} - -.stage-topline h3 { - font-size: 28px; - line-height: 1; - letter-spacing: -0.03em; -} - -.stage-link { - padding: 0 16px; - color: var(--accent); - border: 1px solid rgba(79, 70, 229, 0.18); - background: rgba(255, 255, 255, 0.78); } .stage-frame { @@ -375,15 +344,10 @@ a { @media (max-width: 720px) { .dashboard-main { - padding: 12px; + padding: 10px; } .main-stage { - height: calc(100vh - 170px); - } - - .stage-topline { - flex-direction: column; - align-items: flex-start; + height: calc(100vh - 108px); } }