Increased margin on logo and increased length of time of notice.

This commit is contained in:
Ajay Ramachandran
2019-07-11 18:31:53 -04:00
parent 6245e68a89
commit 9abec6bcba
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
top: 0;
bottom: 0;
margin: auto;
margin-left: 10px;
}
#sponsorSkipNotice {

View File

@@ -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;