Skip to content

fix: reduce excessive footer gap in editor layout#705

Open
srinidhi-2006-bit wants to merge 1 commit into
magic-peach:mainfrom
srinidhi-2006-bit:fix/footer-gap-layout
Open

fix: reduce excessive footer gap in editor layout#705
srinidhi-2006-bit wants to merge 1 commit into
magic-peach:mainfrom
srinidhi-2006-bit:fix/footer-gap-layout

Conversation

@srinidhi-2006-bit
Copy link
Copy Markdown
Contributor

Summary

Fixed the excessive empty vertical spacing between the editor panel and footer by improving the page layout structure and reducing unnecessary spacing.

Closes #509

Changes Made

  • Improved root layout structure using flex-based page alignment
  • Reduced excessive bottom spacing below the editor panel
  • Ensured footer sits naturally beneath editor content
  • Preserved responsive behavior across screen sizes
  • Verified layout consistency in both dark and light themes

How to Test

  1. Run the app locally using bun run dev
  2. Open http://localhost:3000
  3. Scroll below the editor panel
  4. Verify the footer appears without a large empty gap
  5. Test on smaller screen widths as well

@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

@srinidhi-2006-bit is attempting to deploy a commit to the magic-peach1's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown
Contributor

👋 Thanks for your PR, @srinidhi-2006-bit!

Welcome to Reframe — a browser-based video editor built for everyone 🎬

What happens next

  1. 🤖 Automated checks — build & TypeScript typecheck will run automatically
  2. Vercel preview — a preview deployment will be created (requires maintainer authorization for fork PRs)
  3. 👀 Code review — a maintainer will review your changes
  4. 🚀 Merge — once approved, your PR will be merged!

Quick checklist

  • PR title follows Conventional Commits (e.g. feat: add dark mode)
  • Linked the issue this PR closes (e.g. Closes #123)
  • Tested the changes locally (bun run dev)
  • Build passes (bun run build)

Useful links

Happy coding! 🎉

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 19, 2026

✅ PR Format Check Passed — @srinidhi-2006-bit

Basic format checks passed. A maintainer will review your code changes.

This does not mean the PR is approved — it just means the format is correct.

@github-actions github-actions Bot added level:intermediate Intermediate level - 35 pts type:bug Bug fix type:design UI/UX design type:testing Testing labels May 19, 2026
@srinidhi-2006-bit srinidhi-2006-bit changed the title Fix/footer gap layout fix: reduce excessive footer gap in editor layout May 19, 2026
@github-actions github-actions Bot added the level:advanced Advanced level - 55 pts label May 19, 2026
@srinidhi-2006-bit
Copy link
Copy Markdown
Contributor Author

Cleaned up the PR by removing unrelated commits/files, rebased with the latest upstream changes, resolved conflicts, and updated the PR title to follow the required conventional commit format.

The PR now only contains the footer layout fix requested in issue #509.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level:advanced Advanced level - 55 pts level:intermediate Intermediate level - 35 pts type:bug Bug fix type:design UI/UX design type:testing Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Large empty vertical gap between editor panel and footer on all screen sizes

1 participant