From 6e24564633381f28934db8cd77b968f191719a28 Mon Sep 17 00:00:00 2001 From: yashrajbharti Date: Wed, 12 Jun 2024 14:14:12 +0530 Subject: [PATCH] fix zoom --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index acad7b1..fd7be31 100644 --- a/style.css +++ b/style.css @@ -200,5 +200,7 @@ video.flip { input[type="range"]#range{ position: absolute; - inset-inline-start: 0; + inset-inline-end: -30px; + rotate: 90deg; + inset-block-start: 50%; } \ No newline at end of file