LAYOUT-1b: trim auth card so /signup fully fits on large screens#105
Merged
Conversation
…scroll) The 2-column layout cut the /signup overflow from 196px to ~20px @1600x1000; this closes the rest with lg-only spacing reductions (outer lg:py-3, form lg:py-6 + lg:space-y-4). Verified in a production build: documentElement scrollH == clientH (1000) at 1600x1000 even WITH the dev HTTP banner present, so the HTTPS cloud (no banner) fits with margin to spare. No mobile/small-screen change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🧪 Comprehensive Test Suite
Full-stack smoke gate runs in the CI workflow. |
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.
Closes the remaining ~20px of /signup vertical overflow (the 2-column layout in #104 cut it from 196px→20px). lg-only spacing trims (outer
lg:py-3, formlg:py-6+lg:space-y-4). Verified in a production build:documentElement.scrollHeight == clientHeight(1000) @1600×1000 even with the dev HTTP banner present → the HTTPS cloud fits with margin. No small-screen change.🤖 Generated with Claude Code