mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Fix:Aspect ratio of authors image on authors landing page #2227
This commit is contained in:
parent
516b0b4464
commit
8c5ce6149f
6 changed files with 7 additions and 7 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue