대시보드 시스템 상태 신호등 가로 배치로 수정

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-11 16:41:18 +09:00
parent 14fafea739
commit 75738c424f
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -326,13 +326,15 @@
margin-top: 2px;
}
/* ── 시스템 상태 — 3열 신호등 ── */
/* ── 시스템 상태 — 3열 신호등 (가로 배치) ── */
.gc-dash-sys-status {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-around;
gap: 8px;
padding: 8px 4px;
width: 100%;
}
.gc-sys-tl-item {