diff options
author | Ajay <[email protected]> | 2023-10-08 16:38:40 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-10-08 16:38:40 -0400 |
commit | 04a9f82bdc87a056c98c25efb4639a68071376d3 (patch) | |
tree | b649f7759f7f361ba506e053c86cf40f18a90f70 /public/shared.css | |
parent | 39cfdc7b6cfc77d4038dd496daa00c7dac94b00a (diff) | |
download | SponsorBlock-04a9f82bdc87a056c98c25efb4639a68071376d3.tar.gz SponsorBlock-04a9f82bdc87a056c98c25efb4639a68071376d3.zip |
Rename hidden css class to sbhidden to fix compatibility with Piped
Fixes #1865
Diffstat (limited to 'public/shared.css')
-rw-r--r-- | public/shared.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/shared.css b/public/shared.css index 7435653f..4dd8a035 100644 --- a/public/shared.css +++ b/public/shared.css @@ -36,7 +36,7 @@ max-width: calc(100% - 50px); } -.sponsorSkipNotice .hidden { +.sponsorSkipNotice .sbhidden { display: none; } |