mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-03 00:39:39 +00:00
Merge branch 'master' into plugin-implementation-demo
This commit is contained in:
commit
3cae110360
26 changed files with 818 additions and 187 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<tr v-for="feed in feeds" :key="feed.id" class="cursor-pointer h-12" @click="showFeed(feed)">
|
||||
<!-- -->
|
||||
<td>
|
||||
<img :src="coverUrl(feed)" class="h-full w-full" />
|
||||
<img :src="coverUrl(feed)" class="h-auto w-full" />
|
||||
</td>
|
||||
<!-- -->
|
||||
<td class="w-48 max-w-64 min-w-24 text-left truncate">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue