diff options
author | Ajay <[email protected]> | 2022-09-15 15:35:38 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-09-15 15:35:38 -0400 |
commit | 901dbb1ecf7e50fe861165d6e87427d9e5a1b2c1 (patch) | |
tree | 37eacdbcb6cdf48848cf6bbf90a727a8749fdfb0 | |
parent | 68e01fbcc000fba02635cc8f2a80902f24e9183e (diff) | |
download | SponsorBlock-901dbb1ecf7e50fe861165d6e87427d9e5a1b2c1.tar.gz SponsorBlock-901dbb1ecf7e50fe861165d6e87427d9e5a1b2c1.zip |
Fix info button animation
-rw-r--r-- | public/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |