Add global css style to add clickable class

This commit is contained in:
2026-02-03 19:18:33 +01:00
parent 453beec605
commit 182f2e988a
6 changed files with 6 additions and 14 deletions

View File

@@ -110,7 +110,7 @@
</div>
<div class="column">
<h3 class="title">{{data.title}}</h3>
<h3 class="subtitle" @click="goToAuthor">{{data.author}}</h3>
<h3 class="subtitle clickable" @click="goToAuthor">{{data.author}}</h3>
<p>{{data.summary}}</p>
<div class="my-5" v-if="data.isbn">ISBN: {{data.isbn}}</div>
<div class="my-5" v-if="data.inventaireid">Inventaire ID: {{data.inventaireid}}</div>