fix(game-ui): 인사부 모바일 행 변경 흐름을 적용

This commit is contained in:
2026-08-20 16:24:20 +00:00
parent ce7807bb4f
commit 513a9679ad
4 changed files with 412 additions and 537 deletions
+3 -2
View File
@@ -40,10 +40,11 @@ body {
min-width: 500px;
}
/* These redesigned identity/tournament screens own a true handheld layout. */
/* These redesigned screens own a true handheld layout. */
#app:has(.responsive-settings-page),
#app:has(#tournament-container),
#app:has(#tournament-betting-container) {
#app:has(#tournament-betting-container),
#app:has(#personnel-container) {
min-width: 320px;
}