Add start button to submission menu

This commit is contained in:
Ajay
2023-09-17 12:29:42 -04:00
parent 42f59898f3
commit 6c2ee76198
4 changed files with 10 additions and 9 deletions

View File

@@ -249,11 +249,6 @@ div:hover > .sponsorBlockChapterBar {
border-collapse: unset; border-collapse: unset;
} }
.sponsorSkipNoticeParent {
min-width: 350px;
max-width: 50%;
}
.sponsorSkipNotice { .sponsorSkipNotice {
width: 100%; width: 100%;
} }
@@ -576,8 +571,8 @@ div:hover > .sponsorBlockChapterBar {
.sponsorTimeEditButton { .sponsorTimeEditButton {
text-decoration: underline; text-decoration: underline;
margin-left: 20px; margin-left: 13px;
margin-right: 20px; margin-right: 13px;
font-size: 13px; font-size: 13px;

View File

@@ -14,7 +14,7 @@
} }
.sponsorSkipNoticeParent { .sponsorSkipNoticeParent {
min-width: 350px; min-width: 375px;
max-width: 50%; max-width: 50%;
} }

View File

@@ -128,6 +128,12 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
style={timeDisplayStyle} style={timeDisplayStyle}
className="sponsorTimeDisplay"> className="sponsorTimeDisplay">
<span id={"startButton" + this.idSuffix}
className="sponsorNowButton"
onClick={() => this.setTimeTo(0, 0)}>
{chrome.i18n.getMessage("bracketStart")}
</span>
<span id={"nowButton0" + this.idSuffix} <span id={"nowButton0" + this.idSuffix}
className="sponsorNowButton" className="sponsorNowButton"
onClick={() => this.setTimeToNow(0)}> onClick={() => this.setTimeToNow(0)}>