Use formatted time inputs for segment editing

Additionally, removes unused util functions and saves the edits on changes to update the preview immediately
This commit is contained in:
opl-
2020-11-06 13:21:39 +01:00
parent e88de89e0f
commit 618f8a52f7
3 changed files with 40 additions and 70 deletions

View File

@@ -372,12 +372,8 @@ input::-webkit-inner-spin-button {
-moz-appearance: textfield;
}
.sponsorTimeEditMinutes {
width: 30px;
}
.sponsorTimeEditSeconds {
width: 60px;
.sponsorTimeEditInput {
width: 90px;
}
.sponsorNowButton {