diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-11 18:31:53 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-11 18:31:53 -0400 |
commit | 9abec6bcbaab1dca8b88506e0550513651e4575b (patch) | |
tree | a8390a9dbc09bd60903e4dd74c585124dbb4fa39 | |
parent | 6245e68a8944f4a9c9487129d33a38090ba1399e (diff) | |
download | SponsorBlock-9abec6bcbaab1dca8b88506e0550513651e4575b.tar.gz SponsorBlock-9abec6bcbaab1dca8b88506e0550513651e4575b.zip |
Increased margin on logo and increased length of time of notice.
-rw-r--r-- | content.css | 1 | ||||
-rw-r--r-- | content.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/content.css b/content.css index e03a976f..dfd35ba6 100644 --- a/content.css +++ b/content.css @@ -8,6 +8,7 @@ top: 0; bottom: 0; margin: auto; + margin-left: 10px; } #sponsorSkipNotice { @@ -108,7 +108,7 @@ function sponsorCheck(sponsorTimes) { // Video skipping //send out the message saying that a sponsor message was skipped openSkipNotice(); - setTimeout(closeSkipNotice, 2500); + setTimeout(closeSkipNotice, 5000); } lastTime = v.currentTime; |