fix(B06): 이동 십자 버튼 그룹을 패널 폭 기준 수평 가운데 배치

버튼 크기(26×22)는 유지 — justify-content만 center로.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-22 14:52:41 +09:00
co-authored by Claude Opus 5
parent e6bce1ccb5
commit 5666ef0dd4
+2 -1
View File
@@ -616,7 +616,8 @@
". up ."
"left reset right"
". down .";
justify-content: start;
/* 십자 그룹은 패널 폭 기준 수평 가운데(2026-08-22 사용자) — 버튼 크기는 유지. */
justify-content: center;
gap: 2px;
}