Skip to content

fix(blog-list): set Rspress doc minimum height#93

Merged
SoonIter merged 1 commit into
mainfrom
fix/blog-list-doc-min-height
May 18, 2026
Merged

fix(blog-list): set Rspress doc minimum height#93
SoonIter merged 1 commit into
mainfrom
fix/blog-list-doc-min-height

Conversation

@SoonIter
Copy link
Copy Markdown
Member

Summary

  • Set .rspress-doc { min-height: 60vh; } in the BlogList Rspress layout patch.
  • This keeps short blog index pages from leaving an oversized blank area before the footer navigation.

Screenshot

BlogList empty space before fix

Verification

  • pnpm exec tsc --noEmit -p tsconfig.json
  • pnpm exec rslint src/blog-list/index.tsx
  • pnpm exec prettier -c src/blog-list/index.tsx

Note: full pnpm lint was not used for this isolated PR because local ignored .claude/settings.local.json is picked up by the repository Prettier command on this machine.

Copilot AI review requested due to automatic review settings May 18, 2026 08:20
Copy link
Copy Markdown

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

This PR adjusts the BlogList Rspress layout patch styling by setting a minimum height on the .rspress-doc container to improve page layout on short blog index pages (reducing awkward spacing before the footer navigation).

Changes:

  • Add .rspress-doc { min-height: 60vh; } to the BlogList inline Rspress layout patch CSS.

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

@SoonIter SoonIter merged commit aa1a82c into main May 18, 2026
10 checks passed
@SoonIter SoonIter deleted the fix/blog-list-doc-min-height branch May 18, 2026 08:24
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.

2 participants