fix(game-ui): 메인 갱신 제어를 턴 입력기 아래로 이동

This commit is contained in:
2026-08-21 04:49:52 +00:00
parent 8e616ed07b
commit aa479c1f0f
5 changed files with 275 additions and 147 deletions
@@ -160,7 +160,7 @@
* toggle's overlapping left border. These rules intentionally follow the
* Lumen family so its border shorthand cannot restore the inner rounding.
*/
.legacy-split-button > .main-menu-link {
.legacy-split-button > :is(.main-menu-link, .legacy-split-button__main) {
border-radius: 5.25px 0 0 5.25px;
}