Fix:Aspect ratio of authors image on authors landing page #2227

This commit is contained in:
advplyr 2023-10-18 17:10:53 -05:00
parent 516b0b4464
commit 8c5ce6149f
6 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<template>
<nuxt-link :to="`/author/${author.id}?library=${currentLibraryId}`">
<nuxt-link :to="`/author/${author.id}`">
<div @mouseover="mouseover" @mouseleave="mouseleave">
<div :style="{ width: width + 'px', height: height + 'px' }" class="bg-primary box-shadow-book rounded-md relative overflow-hidden">
<!-- Image or placeholder -->