From 76c82ed24e7886e08672806a5e3fff7f0f8d2373 Mon Sep 17 00:00:00 2001 From: 2620227 Date: Thu, 2 Jul 2026 14:19:18 +0900 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=ED=91=B8=ED=84=B0=EB=A5=BC=20?= =?UTF-8?q?=ED=95=9C=20=EC=A4=84=EB=A1=9C=20=EC=A0=95=EB=A6=AC=ED=95=98?= =?UTF-8?q?=EA=B3=A0=20=EC=9D=B4=EB=AA=A8=EC=A7=80=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 브랜드 · 버그 제보 안내 · 기술 스택을 한 줄에 배치하고(footer-left 그룹), 버그 제보 문구 끝의 🐛 이모지를 뺐다. Co-Authored-By: Claude Opus 4.8 (1M context) --- public/css/layout.css | 7 ++++--- views/dashboard.ejs | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/public/css/layout.css b/public/css/layout.css index c73e749..5a44eb2 100644 --- a/public/css/layout.css +++ b/public/css/layout.css @@ -67,9 +67,10 @@ html[data-aidev-theme="dark"] .theme-ico-sun { display: inline-flex; } /* ===================== 푸터 ===================== */ .footer { border-top: 1px solid var(--border-soft); } .footer-inner { max-width: 1180px; margin: 0 auto; padding: 20px 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; } -.footer-brand { display: flex; align-items: center; gap: 8px; color: var(--fg3); font-size: 12px; } +.footer-left { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; } +.footer-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--fg3); font-size: 12px; } .footer-tech { font-size: 11.5px; color: var(--fg3); font-family: 'SF Mono', ui-monospace, Menlo, monospace; } -/* 버그 제보 안내 — 자체 줄로 내려 작게 표시 */ -.footer-bug { flex-basis: 100%; font-size: 11.5px; color: var(--fg3); } +/* 버그 제보 안내 — 브랜드 옆에 한 줄로 이어 표시 */ +.footer-bug { font-size: 11.5px; color: var(--fg3); } .footer-bug a { color: var(--link); text-decoration: none; } .footer-bug a:hover { text-decoration: underline; } diff --git a/views/dashboard.ejs b/views/dashboard.ejs index b84370f..9b33675 100644 --- a/views/dashboard.ejs +++ b/views/dashboard.ejs @@ -179,11 +179,11 @@