mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-13 23:17:05 +03:00
Fix second skip notice slot not working
This commit is contained in:
@@ -320,11 +320,6 @@ div:hover > .sponsorBlockChapterBar {
|
|||||||
padding-bottom: 7.8%;
|
padding-bottom: 7.8%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if two are very close to eachother */
|
|
||||||
.secondSkipNotice {
|
|
||||||
bottom: 290px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.noticeLeftIcon {
|
.noticeLeftIcon {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> {
|
|||||||
mouseDownInfo: null,
|
mouseDownInfo: null,
|
||||||
mouseMoved: false,
|
mouseMoved: false,
|
||||||
right: bounds[0],
|
right: bounds[0],
|
||||||
bottom: bounds[1]
|
bottom: props.showInSecondSlot ? 290 : bounds[1]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user