diff options
author | Ajay <[email protected]> | 2023-12-22 11:52:42 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-12-22 11:52:42 -0500 |
commit | 9d0e42de7642202656538b2178fb365a932501b9 (patch) | |
tree | 066ce5a895005bbb7e409a34cf04fa1ef8072d17 /public | |
parent | 8496e32cfefddda85605c02ad8e241e559c12041 (diff) | |
download | SponsorBlock-9d0e42de7642202656538b2178fb365a932501b9.tar.gz SponsorBlock-9d0e42de7642202656538b2178fb365a932501b9.zip |
Fix second skip notice slot not working
Diffstat (limited to 'public')
-rw-r--r-- | public/content.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/content.css b/public/content.css index dc2b1ba1..285ba11d 100644 --- a/public/content.css +++ b/public/content.css @@ -320,11 +320,6 @@ div:hover > .sponsorBlockChapterBar { padding-bottom: 7.8%; } -/* if two are very close to eachother */ -.secondSkipNotice { - bottom: 290px; -} - .noticeLeftIcon { display: flex; align-items: center; |