[PR #10712] fix: move changelog footer outside content div to fix padding #13538

Closed
opened 2026-02-16 18:18:23 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/10712

State: closed
Merged: Yes


Summary

  • Moves <Footer /> outside the data-component="content" div on the changelog page
  • Fixes extra padding/margin appearing above the footer

The footer was inside the content div which has its own padding, causing the margin-top: 4rem on the footer to stack with the content padding.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10712 **State:** closed **Merged:** Yes --- ## Summary - Moves `<Footer />` outside the `data-component="content"` div on the changelog page - Fixes extra padding/margin appearing above the footer The footer was inside the content div which has its own padding, causing the `margin-top: 4rem` on the footer to stack with the content padding.
yindo added the pull-request label 2026-02-16 18:18:23 -05:00
yindo closed this issue 2026-02-16 18:18:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13538