diff options
author | opl- <[email protected]> | 2020-12-26 18:34:46 +0100 |
---|---|---|
committer | opl- <[email protected]> | 2020-12-26 18:35:25 +0100 |
commit | 0f68c503b3455e3f2469d3b3169d39467916b46d (patch) | |
tree | 10beae7b6b2c11659c380e558961c1a8473a90d7 | |
parent | edbbb9022b57884be04c07f3f1dd65e4a3e880c8 (diff) | |
download | SponsorBlock-0f68c503b3455e3f2469d3b3169d39467916b46d.tar.gz SponsorBlock-0f68c503b3455e3f2469d3b3169d39467916b46d.zip |
Fix YouTube overriding player preview tooltip styles
-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 07b7702b..457a59c2 100644 --- a/public/content.css +++ b/public/content.css @@ -19,7 +19,7 @@ /* Preview Bar page hacks */ .ytp-tooltip:not(.sponsorCategoryTooltipVisible) .sponsorCategoryTooltip { - display: none; + display: none !important; } .ytp-tooltip.sponsorCategoryTooltipVisible { |