mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 02:34:56 +02:00
Improve explicit label and add a AlreadyInYourLibrary indicator
This commit is contained in:
parent
2db4dd6a40
commit
7a47032a96
16 changed files with 89 additions and 15 deletions
|
@ -25,7 +25,10 @@
|
|||
<div class="flex justify-center">
|
||||
<div class="mb-4">
|
||||
<h1 class="text-2xl md:text-3xl font-semibold">
|
||||
{{ title }}<widgets-explicit-indicator :explicit="isExplicit" />
|
||||
<div class="flex items-center">
|
||||
{{ title }}
|
||||
<widgets-explicit-indicator :explicit="isExplicit" />
|
||||
</div>
|
||||
</h1>
|
||||
|
||||
<p v-if="bookSubtitle" class="text-gray-200 text-xl md:text-2xl">{{ bookSubtitle }}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue