fix(game-ui): 모바일 자율 행동을 한 줄로 표시한다

This commit is contained in:
2026-08-27 18:14:32 +00:00
parent 6a60882005
commit 4b06330753
4 changed files with 30 additions and 0 deletions
@@ -1047,6 +1047,15 @@ const clickOutsideMenu = (event: Event) => {
font-size: 0.72em;
line-height: 1;
}
.reserved-command-editor.mobile .action-column > div.autonomous {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
.reserved-command-editor.mobile .action-column > div.autonomous > small {
flex: 0 0 auto;
}
.edit-column button {
background: #444;
cursor: pointer;