fix(webui): add contain property to thumbnail in searchbox

This commit is contained in:
Gauthier Roebroeck 2021-06-23 10:33:31 +08:00
parent 7c0f8af7db
commit 15bad4b20a

View file

@ -38,6 +38,7 @@
height="50"
max-width="35"
class="my-1 mx-3"
contain
>
<span v-if="data.item.booksUnreadCount !== 0"
class="white--text pa-0 px-1 text-caption"
@ -57,6 +58,7 @@
height="50"
max-width="35"
class="my-1 mx-3"
contain
>
<div class="unread" v-if="isUnread(data.item)"/>
</v-img>