From a3d38c57d70be5760f9577217081089ad253b6ed Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 7 Oct 2022 17:20:19 -0400 Subject: [PATCH] Fix chapter icon with ytp big mode --- public/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/content.css b/public/content.css index 63f5203e..9f37ab7c 100644 --- a/public/content.css +++ b/public/content.css @@ -30,6 +30,10 @@ transform: scaleY(0.625) translateY(-30%) translateY(1.5px); } +.ytp-big-mode .sponsorTwoTooltips .sponsorCategoryTooltip { + top: 75px !important; +} + .progress-bar-line > #previewbar { height: 3px; }