Merge pull request #401 from ajayyy/react

Improvements
This commit is contained in:
Ajay Ramachandran
2020-07-12 23:09:43 -04:00
committed by GitHub
10 changed files with 60 additions and 37 deletions

View File

@@ -571,6 +571,12 @@
"moreCategories": {
"message": "More Categories"
},
"chooseACategory": {
"message": "Choose a Category"
},
"youMustSelectACategory": {
"message": "You must select a category for all segments you are submitting!"
},
"bracketEnd": {
"message": "(End)"
},

View File

@@ -140,6 +140,7 @@
color: rgb(235, 235, 235);
border: none;
display: inline-block;
font-size: 13.3333px !important;
cursor: pointer;
@@ -179,6 +180,7 @@
.sponsorSkipNoticeCloseButton {
height: 10px;
width: 10px;
box-sizing: unset;
padding: 2px 5px;