mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
add tooltip on book and series cards
This commit is contained in:
parent
3959d15c04
commit
e87ce3c00f
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
<v-card-subtitle class="pa-2 pb-1 text--primary"
|
||||
v-line-clamp="2"
|
||||
:title="book.name"
|
||||
>
|
||||
{{ book.name }}
|
||||
</v-card-subtitle>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
<v-card-subtitle class="pa-2 pb-1 text--primary"
|
||||
v-line-clamp="2"
|
||||
:title="series.name"
|
||||
>
|
||||
{{ series.name }}
|
||||
</v-card-subtitle>
|
||||
|
|
|
|||
Loading…
Reference in a new issue