Skip to content

Fix login page recent posts alignment#497

Merged
compscidr merged 1 commit intomainfrom
fix/login-page-alignment
Mar 16, 2026
Merged

Fix login page recent posts alignment#497
compscidr merged 1 commit intomainfrom
fix/login-page-alignment

Conversation

@compscidr
Copy link
Collaborator

Summary

  • Close the three unclosed <div> tags (full-height row text-center, container align-self-center, inner container) in login.html before the footer template inclusion
  • This prevents the text-center class from cascading into the footer's "Most Recent Post" section

Closes #486

Test plan

  • Visit the login page and verify the "Most Recent Post" section in the footer is left-aligned, matching other pages

🤖 Generated with Claude Code

Close the text-center and container divs before the footer template
so the centered text styling doesn't cascade into the recent posts
section.

Closes #486

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 16, 2026 17:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a layout issue on the login page where unclosed container <div> elements caused the text-center styling to cascade into the footer’s “Most Recent Post” section (Issue #486).

Changes:

  • Closed three previously unclosed <div> tags in templates/login.html before including footer.html.
  • Prevented unintended centering of footer content on the login page.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.68%. Comparing base (ef0a4cd) to head (1b2d17d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #497   +/-   ##
=======================================
  Coverage   45.68%   45.68%           
=======================================
  Files           8        8           
  Lines        2038     2038           
=======================================
  Hits          931      931           
  Misses        990      990           
  Partials      117      117           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@compscidr compscidr merged commit 9b4ac3b into main Mar 16, 2026
8 of 9 checks passed
@compscidr compscidr deleted the fix/login-page-alignment branch March 16, 2026 17:41
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.

login page: recent posts are centered

2 participants