From 865a900c5a6fc4d7746d61532a2c6839660ed539 Mon Sep 17 00:00:00 2001 From: Alan Trebugeais Date: Mon, 11 May 2026 00:40:32 +0200 Subject: [PATCH] fix suggestion from web adderall --- src/components/video-editor/SliderControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/video-editor/SliderControl.tsx b/src/components/video-editor/SliderControl.tsx index a7c41f88..dd0aaf0d 100644 --- a/src/components/video-editor/SliderControl.tsx +++ b/src/components/video-editor/SliderControl.tsx @@ -182,7 +182,7 @@ export const SliderControl = memo(function SliderControl({ dividerClass, )} style={{ - left: "calc(2px + var(--slider-pct) * (100% - 6px))", + left: "calc(var(--slider-pct) * (100% - 6px) - 6px)", }} />