mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 15:34:17 +01:00
fix(webui): add contain property to thumbnail in searchbox
This commit is contained in:
parent
7c0f8af7db
commit
15bad4b20a
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue