Fix narrow article content width #188
No reviewers
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/task-83b6b57c-article-content-width"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix post detail pages so article body content uses the available article card width instead of being capped at
max-w-3xl.Task
Task: #task-83b6b57c
Changes
max-w-3xlcap from post detail.post-content.Testing
Verification:
npm exec --workspace @slugkit/template-site -- vitest run --config ../../vitest.config.ts src/routes/__tests__/public.test.ts/posts/decentralized-social-media: article width1120px, content width1040px, content max-widthnone../scripts/pre-pr.shChecklist
./scripts/pre-pr.shpassesReview summary
PR #188 removes the
max-w-3xlconstraint from post detail.post-content, allowing the body to use the available article card width while preserving existing typography and markdown styling.Acceptance criteria
max-w-3xlwas removed from the post content container.Verification
task-83b6b57c../scripts/pre-pr.shpassed.successforbuild-lint-teston commitbffdfba.Blocking issues
None.
Warnings
None.
Final verdict
Approved. Do not merge until explicit human merge approval is given.