fix(B06): 이동 십자 버튼 그룹을 패널 폭 기준 수평 가운데 배치
버튼 크기(26×22)는 유지 — justify-content만 center로. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -616,7 +616,8 @@
|
||||
". up ."
|
||||
"left reset right"
|
||||
". down .";
|
||||
justify-content: start;
|
||||
/* 십자 그룹은 패널 폭 기준 수평 가운데(2026-08-22 사용자) — 버튼 크기는 유지. */
|
||||
justify-content: center;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user