From 5666ef0dd41c2a55df227e6021558742d71b1598 Mon Sep 17 00:00:00 2001 From: umsangdon Date: Sat, 22 Aug 2026 14:52:41 +0900 Subject: [PATCH] =?UTF-8?q?fix(B06):=20=EC=9D=B4=EB=8F=99=20=EC=8B=AD?= =?UTF-8?q?=EC=9E=90=20=EB=B2=84=ED=8A=BC=20=EA=B7=B8=EB=A3=B9=EC=9D=84=20?= =?UTF-8?q?=ED=8C=A8=EB=84=90=20=ED=8F=AD=20=EA=B8=B0=EC=A4=80=20=EC=88=98?= =?UTF-8?q?=ED=8F=89=20=EA=B0=80=EC=9A=B4=EB=8D=B0=20=EB=B0=B0=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 버튼 크기(26×22)는 유지 — justify-content만 center로. Co-Authored-By: Claude Opus 5 (1M context) --- B06_Section/B06_Section_UI_Style_Cross.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/B06_Section/B06_Section_UI_Style_Cross.css b/B06_Section/B06_Section_UI_Style_Cross.css index e74dc5c8..fa14a101 100644 --- a/B06_Section/B06_Section_UI_Style_Cross.css +++ b/B06_Section/B06_Section_UI_Style_Cross.css @@ -616,7 +616,8 @@ ". up ." "left reset right" ". down ."; - justify-content: start; + /* 십자 그룹은 패널 폭 기준 수평 가운데(2026-08-22 사용자) — 버튼 크기는 유지. */ + justify-content: center; gap: 2px; }