Fixed: Backend/Frontend Cleanup

This commit is contained in:
Qstick
2019-06-30 00:58:54 -04:00
parent 286f73f38d
commit d178dce0d3
56 changed files with 519 additions and 925 deletions

View File

@@ -78,8 +78,8 @@
color: $disabledColor;
}
.addNewSeriesSuggestion {
padding: 0 3px;
.addNewMovieSuggestion {
padding: 5px 3px;
cursor: pointer;
}

View File

@@ -76,7 +76,7 @@ class MovieSearchInput extends Component {
renderSuggestion(item, { query }) {
if (item.type === ADD_NEW_TYPE) {
return (
<div className={styles.addNewSeriesSuggestion}>
<div className={styles.addNewMovieSuggestion}>
Search for {query}
</div>
);