Merge pull request 'fix(ui): pin the in-game ad-banner height on a short viewport' (#79) from feature/game-banner-fixed-height into development
CI / changes (push) Successful in 2s
CI / unit (push) Has been skipped
CI / integration (push) Has been skipped
CI / ui (push) Successful in 49s
CI / gate (push) Successful in 0s
CI / deploy (push) Successful in 58s

This commit was merged in pull request #79.
This commit is contained in:
2026-06-17 10:28:53 +00:00
+4 -1
View File
@@ -57,7 +57,10 @@
-webkit-user-select: none;
}
.nav.grow {
flex: 1 1 auto;
/* Grow into spare height (banner under the title, the board pinned to the bottom), but
never shrink: on a short viewport the banner keeps its height and the board's own
scroll (.stage) absorbs the squeeze, instead of the banner and the board splitting it. */
flex: 1 0 auto;
}
.bar {
display: flex;