mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01:00
fix(webui): clearer item card display
This commit is contained in:
parent
cbe77c780c
commit
052f3d3804
1 changed files with 2 additions and 1 deletions
|
|
@ -120,10 +120,11 @@
|
|||
class="link-underline text-truncate"
|
||||
v-html="t.title"
|
||||
style="display: block"
|
||||
:class="i !== 0 ? 'font-weight-light' : ''"
|
||||
/>
|
||||
</v-card-subtitle>
|
||||
</template>
|
||||
<v-card-text class="px-2" v-html="body">
|
||||
<v-card-text class="px-2 font-weight-light" v-html="body">
|
||||
</v-card-text>
|
||||
</template>
|
||||
</v-card>
|
||||
|
|
|
|||
Loading…
Reference in a new issue