Skip to content

fix(ui): footer separators are lines, not frames - #416

Merged
catomean merged 2 commits into
mainfrom
fix/border-t-frames
Aug 31, 2026
Merged

fix(ui): footer separators are lines, not frames#416
catomean merged 2 commits into
mainfrom
fix/border-t-frames

Conversation

@catomean

Copy link
Copy Markdown
Collaborator

Visitor feedback (FleetCrown inbox, evig /contact): "gray frames here are not needed impo. change immediately".

The footer's section dividers used border-t border — bare Tailwind border is a 1px border on ALL sides, so each divider block rendered as a full gray frame (verified live via getComputedStyle: 1px on all four sides on both flagged wrappers). Fixed by keeping only border-t on the 4 sites in Footer.tsx.

Class-wide note: the same border-t border (and border-b border) idiom appears in 20+ other components (BottomNav, BulkTable, HirnChatPanel, admin modals, NewsletterSignup, MessageThread, …). Left untouched here — each needs a visual judgment call about whether the frame is intended. Worth a follow-up sweep.

🤖 Generated with Claude Code

https://claude.ai/code/session_018RmMktaYn8MuJdEqjp5gWU

catomean and others added 2 commits August 31, 2026 09:40
The footer's section dividers used `border-t border` — but bare
`border` is a 1px border on ALL sides, so each divider rendered as a
full gray frame around its block (visitor-reported on /contact).
Keep only border-t.

Note: the same `border-t border` idiom appears in 20+ other
components; scoped here to the public footer where it was reported.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018RmMktaYn8MuJdEqjp5gWU
Same bug class as the footer: `border-t border-b border` and
`border-t border` render full frames (visitor-reported as "get rid
of the gray area" on /en/blog). The intentional frames (success
card, donate button outline) are untouched.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018RmMktaYn8MuJdEqjp5gWU
@catomean
catomean merged commit 0bd41c2 into main Aug 31, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant