Merge branch 'master' into lazy-bookshelf-optimizations

This commit is contained in:
mikiher 2024-12-21 17:50:51 +02:00 committed by GitHub
commit 780c0dcb99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 1753 additions and 1377 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="pb-3e" :style="{ minWidth: cardWidth + 'px', maxWidth: cardWidth + 'px' }">
<article class="pb-3e" :style="{ minWidth: cardWidth + 'px', maxWidth: cardWidth + 'px' }">
<nuxt-link :to="`/author/${author?.id}`">
<div cy-id="card" @mouseover="mouseover" @mouseleave="mouseleave">
<div cy-id="imageArea" :style="{ height: cardHeight + 'px' }" class="bg-primary box-shadow-book rounded-md relative overflow-hidden">
@ -34,7 +34,7 @@
</div>
</div>
</nuxt-link>
</div>
</article>
</template>
<script>