mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 22:47:18 +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%;
|
||||
}
|
||||
|
||||
/* if two are very close to eachother */
|
||||
.secondSkipNotice {
|
||||
bottom: 290px;
|
||||
}
|
||||
|
||||
.noticeLeftIcon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -109,7 +109,7 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> {
|
||||
mouseDownInfo: null,
|
||||
mouseMoved: false,
|
||||
right: bounds[0],
|
||||
bottom: bounds[1]
|
||||
bottom: props.showInSecondSlot ? 290 : bounds[1]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user