From 524fd600dd902148ddb33deb2508be2247052ad3 Mon Sep 17 00:00:00 2001 From: yashrajbharti Date: Wed, 12 Jun 2024 17:31:04 +0530 Subject: [PATCH] fix zoom multiplier --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 79becea..68a4be8 100644 --- a/style.css +++ b/style.css @@ -231,4 +231,5 @@ video.flip { .range-container .slider { position: absolute; + left: 3px; } \ No newline at end of file