Skip to content

Commit

Permalink
fix(webui): prevent cropping on book thumbnails
Browse files Browse the repository at this point in the history
closes #191
  • Loading branch information
gotson committed Jun 8, 2020
1 parent 37c935e commit e038857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komga-webui/src/components/ItemCard.vue
Expand Up @@ -12,6 +12,7 @@
:src="thumbnailUrl"
lazy-src="../assets/cover.svg"
aspect-ratio="0.7071"
contain
>
<!-- unread tick for book -->
<div class="unread" v-if="isUnread"/>
Expand Down

0 comments on commit e038857

Please sign in to comment.