aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-07-11 18:31:53 -0400
committerAjay Ramachandran <[email protected]>2019-07-11 18:31:53 -0400
commit9abec6bcbaab1dca8b88506e0550513651e4575b (patch)
treea8390a9dbc09bd60903e4dd74c585124dbb4fa39
parent6245e68a8944f4a9c9487129d33a38090ba1399e (diff)
downloadSponsorBlock-9abec6bcbaab1dca8b88506e0550513651e4575b.tar.gz
SponsorBlock-9abec6bcbaab1dca8b88506e0550513651e4575b.zip
Increased margin on logo and increased length of time of notice.
-rw-r--r--content.css1
-rw-r--r--content.js2
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 {
diff --git a/content.js b/content.js
index 674e240c..3e1deb00 100644
--- a/content.js
+++ b/content.js
@@ -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;