From d03cf535d0017675af8ec442c1047d864ed13c98 Mon Sep 17 00:00:00 2001 From: Rucha Date: Wed, 20 May 2026 10:29:26 +0530 Subject: [PATCH] fix(ui): center Reset all settings button in settings panel (#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 #773 --- src/components/VideoEditor.tsx | 2 +- src/lib/tests/ffmpeg.test.ts | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/components/VideoEditor.tsx b/src/components/VideoEditor.tsx index 3ffb6a67..c6f9a6ca 100644 --- a/src/components/VideoEditor.tsx +++ b/src/components/VideoEditor.tsx @@ -336,7 +336,7 @@ export default function VideoEditor() { -
+