Added now button to editor

This commit is contained in:
Ajay Ramachandran
2020-04-01 20:38:10 -04:00
parent 7727cd56db
commit 8ecea87c52
3 changed files with 46 additions and 6 deletions

View File

@@ -350,4 +350,11 @@ input::-webkit-inner-spin-button {
.sponsorTimeEditSeconds {
width: 60px;
}
.sponsorNowButton {
font-size: 11px;
cursor: pointer;
text-decoration: underline;
}