my-sea polish v2: portrait .my-sea-picker stacks form col BELOW the cross (mirrors gameroom SEA SELECT modal) + sync MySeaGatekeeperPageTest.test_paid_draw_commits_token_and_redirects_to_picker w. iter-6c row-delete + ?phase=picker semantics (was pinning iter-6a behavior; pipeline #319 caught it)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -305,6 +305,15 @@ body.page-gameboard {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
|
||||
// Portrait — stack the cross spread above the form col (mirrors the
|
||||
// gameroom SEA SELECT modal's `@media (max-width: 600px)` stack
|
||||
// pattern in `_card-deck.scss`). Landscape keeps the side-by-side
|
||||
// layout since horizontal real-estate is the abundant axis there.
|
||||
// User-spec 2026-05-20.
|
||||
@media (orientation: portrait) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
// .my-sea-cross renders all 6 surrounding positions (crown/leave/lay/
|
||||
|
||||
Reference in New Issue
Block a user