Skip to content

Commit

Permalink
Merge pull request #28 from AquaThon/quick-fix
Browse files Browse the repository at this point in the history
Quick fix
  • Loading branch information
TurboThon authored Jun 11, 2021
2 parents a0557ca + 79ecdcc commit 9f5a0cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<option value="topRated">top rated</option>
</select>
<label class="movieshow-row" for="size">Number of movies :</label>
<select class="movieshow-row" name="size" v-model="size">
<select class="movieshow-row" name="size" v-model="limit">
<option value="10">10</option>
<option value="20">20</option>
<option value="50">50</option>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/MovieAdd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default {
}
.movieadd-container {
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 80%;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/MovieEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default {
.movieedit-container {
display: block;
margin-left: auto;
margin-top: 10px;
margin-right: auto;
width: 425px;
}
Expand Down

0 comments on commit 9f5a0cc

Please sign in to comment.