- Shipped
- September 8, 2026 at 5:34 PM UTC
- Author
- Kamo
- Commit
- 96516aa
The rail reserves a fixed strip above the pucks so a label does not make the strip taller and move the board — but it reserved room for ONE row and the showdown put two there, a payout flag stacked over an action label. A browser measured the top row 4px above the window at both 480 and 420. One row now, and the payout wins when both are true: at the end of a hand "what you just took" outranks "what you did three seconds ago". The felt has room for both and still shows both. 30px of padding rather than 24, because a payout flag is the taller of the two — measured, not guessed. Also carries the i18n key this repo's last build was missing. result.mainPotWinner went into the dictionary a few minutes after kamo-internal was pushed, and the consumer's build clones the dictionary's main at the instant it starts, so check-i18n-keys --require-messages killed the image at 158s — the exact race **************** describes, caused by adding a key after the dictionary push rather than before it. The key is on the remote now; this commit exists to give the build something new to build, since re-running an unchanged commit rebuilds without redeploying.