mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 14:07:13 +03:00
Make submission menu ui more consistent
This commit is contained in:
@@ -567,6 +567,12 @@ input::-webkit-inner-spin-button {
|
|||||||
|
|
||||||
.sponsorTimeEditInput {
|
.sponsorTimeEditInput {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
border: 3px solid var(--sb-dark-red-outline);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sponsorTimeEditInput.sponsorChapterNameInput {
|
||||||
|
width: auto;
|
||||||
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsorNowButton {
|
.sponsorNowButton {
|
||||||
|
|||||||
@@ -232,7 +232,8 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
|
|||||||
{sponsorTime.actionType === ActionType.Chapter ? (
|
{sponsorTime.actionType === ActionType.Chapter ? (
|
||||||
<div onMouseLeave={() => this.setState({chapterNameSelectorOpen: false})}>
|
<div onMouseLeave={() => this.setState({chapterNameSelectorOpen: false})}>
|
||||||
<input id={"chapterName" + this.idSuffix}
|
<input id={"chapterName" + this.idSuffix}
|
||||||
className="sponsorTimeEdit"
|
className="sponsorTimeEdit sponsorTimeEditInput sponsorChapterNameInput"
|
||||||
|
style={{color: "inherit", backgroundColor: "inherit"}}
|
||||||
ref={this.descriptionOptionRef}
|
ref={this.descriptionOptionRef}
|
||||||
type="text"
|
type="text"
|
||||||
value={this.state.description}
|
value={this.state.description}
|
||||||
|
|||||||
Reference in New Issue
Block a user