From 9bb8a0986f3c9a110e646ec70bd467f4bd92d3fb Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 13 Sep 2022 23:59:00 -0400 Subject: [PATCH] Fix preview bar size offset with big mode --- public/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/content.css b/public/content.css index 7b0782d2..7dc8307f 100644 --- a/public/content.css +++ b/public/content.css @@ -26,6 +26,10 @@ transition: transform .1s cubic-bezier(0,0,0.2,1); } +.ytp-big-mode #previewbar { + transform: scaleY(0.625) translateY(-30%) translateY(1.5px); +} + .progress-bar-line > #previewbar { height: 3px; }