fix(penpal): match file view right margin to left margin - #522
Merged
loganj merged 2 commits intoMar 29, 2026
Merged
Conversation
loganj
force-pushed
the
loganj/penpal-11-file-view-right-margin-should-be-same-as-left-margin
branch
2 times, most recently
from
March 29, 2026 02:56
e9dcbf9 to
f70536a
Compare
loganj
marked this pull request as ready for review
March 29, 2026 02:57
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f70536aa2f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
loganj
force-pushed
the
loganj/penpal-11-file-view-right-margin-should-be-same-as-left-margin
branch
from
March 29, 2026 03:30
9ddcfba to
63e7f41
Compare
Removes the max-width: 900px constraint on .file-main-scroll so content expands to fill available space with symmetric 40px padding on both sides, ensuring consistent margins between content and both sidebar boundaries. Closes PENPAL-11 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
loganj
force-pushed
the
loganj/penpal-11-file-view-right-margin-should-be-same-as-left-margin
branch
from
March 29, 2026 03:34
63e7f41 to
a62c0d3
Compare
The file-view-layout test used CJS-style Node.js imports (fs, path, __dirname) without @types/node, causing tsc --noEmit to fail in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
loganj
deleted the
loganj/penpal-11-file-view-right-margin-should-be-same-as-left-margin
branch
March 29, 2026 03:43
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
max-width: 900pxfrom.file-main-scrollso content expands to fill available spaceCloses https://linear.app/squareup/issue/PENPAL-11
🤖 Generated with Claude Code