From 8882b1d912032778cdbaea5de4bcf01d8677645b Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 28 Oct 2025 15:50:51 -0400 Subject: [PATCH] Fix preview bar scaling on new youtube layout --- public/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content.css b/public/content.css index f3eaaf93..83c97bce 100644 --- a/public/content.css +++ b/public/content.css @@ -25,7 +25,7 @@ pointer-events: none; height: 100%; - transform: scaleY(0.6) translateY(-30%) translateY(1.5px); + transform: scaleY(0.667) translateY(-30%) translateY(1.5px); z-index: 42; transition: transform .1s cubic-bezier(0,0,0.2,1);