Skip to content

Commit

Permalink
Fixed the size of the cover on the comic details page [#559]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Dec 25, 2020
1 parent 62dc2bb commit c167bf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="cx-width-100 comic-details-container">
<div class="cx-padding-left-5">
<cx-comic-page [imageUrl]="comic|comicCoverUrl"
[pageSize]="'400px'"></cx-comic-page>
[pageSize]="pageSize"></cx-comic-page>
</div>
<div class="cx-padding-left-5">
<mat-tab-group [selectedIndex]="currentTab"
Expand Down

0 comments on commit c167bf3

Please sign in to comment.