Fredrik Johansson f7590125fc Fix tile positioning: split html/body flex, use measured cell size
Applying display:flex to both html and body caused body to shrink-wrap
as a flex item of html, making cells ~53px instead of ~102px. Split the
rule so only body gets the flex centering. Also measure actual cell size
synchronously after initUI mounts and use it for tile translate calculations
so tiles align correctly regardless of container width.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-07 20:07:47 +02:00
Description
No description provided
MIT 55 KiB
Languages
TypeScript 65.6%
CSS 31.1%
HTML 2.2%
Dockerfile 1.1%