Merge pull request #536 from opl-/feat/formatted-time-editor

Use formatted time inputs for segment editing
This commit is contained in:
Ajay Ramachandran
2020-11-20 23:33:55 -05:00
committed by GitHub
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 {