]> git.cworth.org Git - lmno.games/commit
letterrip: Allow the grid to grow beyond the default page width
authorCarl Worth <cworth@cworth.org>
Sat, 7 Mar 2026 14:36:10 +0000 (09:36 -0500)
committerCarl Worth <cworth@cworth.org>
Sat, 7 Mar 2026 14:36:10 +0000 (09:36 -0500)
commit01b6ef4c39c02e3ad88f3b608375de73b7d53542
tree1878dd2694a3073860611c7356114f64bfa925d5
parentd569ab5c72ae30e4a5ba998ea8426ef8ab7c8b93
letterrip: Allow the grid to grow beyond the default page width

It's silly to make the user scroll back and forth when the grid gets
wider than the default page. So set the board's container to use a
maximum width that is based on the viewport, rather than just being a
percentage of the parent. For this to work, we also have to drop the
parent-relative 100% maximum width from .board-and-rack.
letterrip/letterrip.css