Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into pr/opl-/569

This commit is contained in:
Ajay Ramachandran
2021-05-16 20:29:31 -04:00
52 changed files with 2114 additions and 258 deletions

View File

@@ -127,7 +127,7 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta
render(): React.ReactElement {
const noticeStyle: React.CSSProperties = {
zIndex: 50 + this.amountOfPreviousNotices
zIndex: 1000 + this.amountOfPreviousNotices
}
if (this.contentContainer().onMobileYouTube) {
noticeStyle.bottom = "4em";