From 901dbb1ecf7e50fe861165d6e87427d9e5a1b2c1 Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 15 Sep 2022 15:35:38 -0400 Subject: [PATCH] Fix info button animation --- public/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content.css b/public/content.css index 7dc8307f..e9d3f483 100644 --- a/public/content.css +++ b/public/content.css @@ -130,7 +130,7 @@ div:hover > .sponsorBlockChapterBar { vertical-align: top; } -.playerButton.hidden { +.playerButton.hidden:not(.autoHiding) { display: none !important; }