New: Bulk Grab Releases and Parameter Search

This commit is contained in:
Qstick
2021-11-20 02:52:26 -06:00
parent f69f96695b
commit 5d32bcf8b9
20 changed files with 961 additions and 50 deletions
+6 -4
View File
@@ -31,6 +31,12 @@
height: 35px;
}
.selectedReleasesLabel {
margin-bottom: 3px;
text-align: right;
font-weight: bold;
}
@media only screen and (max-width: $breakpointSmall) {
.inputContainer {
margin-right: 0;
@@ -47,8 +53,4 @@
.buttons {
justify-content: space-between;
}
.selectedMovieLabel {
text-align: left;
}
}