Skip to content

fix(ui): center Reset all settings button in settings panel (#773)#781

Open
Rucha0901 wants to merge 2 commits into
magic-peach:mainfrom
Rucha0901:fix/center-reset-button-773
Open

fix(ui): center Reset all settings button in settings panel (#773)#781
Rucha0901 wants to merge 2 commits into
magic-peach:mainfrom
Rucha0901:fix/center-reset-button-773

Conversation

@Rucha0901
Copy link
Copy Markdown
Contributor

Bug Summary

Closes #773

The "RESET ALL SETTINGS" button in the right-side settings panel was
right-aligned due to justify-end on its wrapper div, creating a visual
imbalance inside the container.

Root Cause

In src/components/VideoEditor.tsx, the wrapper around the reset button used:

<div className="pt-2 flex justify-end">

…ach#773)

The wrapper div around the Reset all settings button used justify-end,
which right-aligned the button inside the settings panel container.

Change justify-end to justify-center on the wrapper div so the button
is perfectly centred, improving visual balance across all screen sizes.

Closes magic-peach#773
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

@Rucha0901 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, @Rucha0901!

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 github-actions Bot added level:beginner Beginner level - 20 pts type:bug Bug fix type:design UI/UX design labels May 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

✅ PR Format Check Passed — @Rucha0901

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.

@magic-peach
Copy link
Copy Markdown
Owner

@Rucha0901 please resolve conflicts

@magic-peach magic-peach added the gssoc'26 GirlScript Summer of Code 2026 label May 21, 2026
@magic-peach
Copy link
Copy Markdown
Owner

Hey @Rucha0901! The build, lint, and typecheck checks are all failing on this PR. Please run the following locally and fix any errors:

bun run build
bun run lint
bunx tsc --noEmit

Also note this duplicates the work in PR #790 (which fixed the same issue and has been merged). Please check if your changes are still needed.

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

Labels

gssoc'26 GirlScript Summer of Code 2026 level:beginner Beginner level - 20 pts type:bug Bug fix type:design UI/UX design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Center the "RESET ALL SETTINGS" button inside the settings panel

2 participants