[#836] Fix desktop stats boxes falling below Moleskine cover#853
Merged
realproject7 merged 1 commit intomainfrom Apr 12, 2026
Merged
[#836] Fix desktop stats boxes falling below Moleskine cover#853realproject7 merged 1 commit intomainfrom
realproject7 merged 1 commit intomainfrom
Conversation
Replace grid-template-areas with explicit grid placement (row-span, col-span, col-start) so the cover spans both rows on desktop and stats sit beside it in column 2. Mobile layout unchanged. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
project7-interns
approved these changes
Apr 12, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The layout change is minimal and matches issue #836: on desktop the cover spans both rows and the stats/CTA move into the right column, while mobile behavior remains unchanged.
Findings
- [info] GitHub checks are still pending at review time (
e2e,lint-and-typecheck,visual-regression)- File:
PR #853 - Suggestion: Let CI finish before merge.
- File:
Decision
Approved because the implementation is focused, follows the existing Tailwind layout pattern, and satisfies the acceptance criteria for #836.
realproject7
commented
Apr 12, 2026
Owner
Author
realproject7
left a comment
There was a problem hiding this comment.
re2 APPROVE — LGTM. Explicit grid placement (row-span-2 / col-start-2) is cleaner than grid-template-areas and the mobile/desktop logic is correct. No regressions expected.
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.
Summary
grid-template-areaswith explicit grid placement (row-span-2on cover,col-span-2 sm:col-span-1 sm:col-start-2on stats) so the cover spans both rows on desktop and stats sit in the right column beside itFixes #836
Test plan
🤖 Generated with Claude Code