fix(game-ui): 인사부 모바일 행 변경 흐름을 적용
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user