Skip to content

Commit

Permalink
fix rotten tomatoes pagination buttons layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lardbit committed Jan 2, 2024
1 parent 1d041fd commit 67c40c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
</div>
<app-media-results [results]="results" [mediaType]="'movie'"></app-media-results>
<div class="row justify-content-between my-3 mx-2">
<div class="d-flex justify-content-between my-3 mx-2">
<button class="btn btn-info" type="button" [disabled]="form.get('page').value <= 1" (click)="previous()">Previous</button>
<button class="btn btn-info" type="button" [disabled]="!hasNextPage()" (click)="next()">Next</button>
</div>
Expand Down

0 comments on commit 67c40c2

Please sign in to comment.