Layout Max-Width for MacBook screens #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Problem
UI feels too spread out on MacBook screens. Content expands to full width without constraints, making it hard to scan.
Solution
Add max-width constraint to content area.
Modify
client/src/components/layout.tsx:Modify
client/src/utils/overrides.css:Priority
Low - simple CSS change