diff options
author | Ajay Ramachandran <[email protected]> | 2021-08-17 23:09:01 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-08-17 23:09:01 -0400 |
commit | 2a0e893dfc7381b18a103426bc760675e8916eff (patch) | |
tree | e66f1159182bf82f35f1b11e33c5f7b00e0dfde6 /public | |
parent | 8b348a2aeba501a003da4544d091040246e60a51 (diff) | |
download | SponsorBlock-2a0e893dfc7381b18a103426bc760675e8916eff.tar.gz SponsorBlock-2a0e893dfc7381b18a103426bc760675e8916eff.zip |
Fix second notice fading too soon
Diffstat (limited to 'public')
-rw-r--r-- | public/content.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/content.css b/public/content.css index ed1e2a5f..55e4b63e 100644 --- a/public/content.css +++ b/public/content.css @@ -202,8 +202,6 @@ /* if two are very close to eachother */ .secondSkipNotice { bottom: 250px; - - transition: bottom 0.2s; } .noticeLeftIcon { |