Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.