Skip to content

Start mobile friendly - #4

Merged
keyobs merged 4 commits into
mainfrom
develop
Aug 14, 2026
Merged

Start mobile friendly#4
keyobs merged 4 commits into
mainfrom
develop

Conversation

@keyobs

@keyobs keyobs commented Aug 14, 2026

Copy link
Copy Markdown
Owner

No description provided.

keyobs and others added 4 commits August 14, 2026 13:09
The 5 nav links plus brand overflowed the viewport on any phone-sized
screen, cutting off Laboratoire/Discovery entirely - no responsive
handling existed at all. Adds a toggle button that shows a dropdown
menu instead of the inline links below 720px, closing on link click.
Also trims the page content/disclaimer horizontal padding at that
breakpoint (48px a side was eating a third of a phone's width).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… overflow

.neighborRow's grid (6rem 1fr 8rem) had a middle column filled with 5
unwrapped flex bubbles - grid tracks don't shrink below their content's
min-content size by default, so the row (and the whole page) refused
to go narrower than ~492px on any screen. That's what looked like the
page being "capped at 375px": once content is wider than the visual
viewport, mobile browsers zoom the whole page out to fit it, instead
of it actually rendering at 100vw.

Stack the row (date, bubbles, proximity bar) below 720px instead of
the 3-column grid, and let bubbles wrap generally (here and in the
reference banner) so this can't recur as more numbers/entries appear.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Only closed on toggle or link click before, so it stayed open if you
tapped anywhere else on the page.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Applies to GridInputForm generally (/evaluation and /geometry's
free-form entry both use it), same validation path as the button.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
izeetok Ready Ready Preview Aug 14, 2026 11:36am

@keyobs
keyobs merged commit 5214b52 into main Aug 14, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant