This commit is contained in:
2025-11-24 14:44:29 +01:00
parent 46492967a3
commit 842aa08e51
5 changed files with 7 additions and 3 deletions

View File

@@ -106,6 +106,7 @@
<h3 class="title">{{data.title}}</h3>
<h3 class="subtitle">{{data.author}}</h3>
<p>{{data.summary}}</p>
<div class="my-5" v-if="data.isbn">ISBN: {{data.isbn}}</div>
</div>
<div class="column">
<div class="iconscontainer" :class="data.read ? 'remove-border-bottom' : ''">
@@ -161,5 +162,4 @@ img {
border-bottom: none;
}
</style>