mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 23:32:49 +02:00
Remove Gentium Book font, reduce appbar icon and title font size
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<td>
|
||||
<covers-book-cover :width="50" :library-item="item" :book-cover-aspect-ratio="bookCoverAspectRatio" />
|
||||
</td>
|
||||
<td class="font-book">
|
||||
<td>
|
||||
<template v-if="item.media && item.media.metadata && item.episode">
|
||||
<p>{{ item.episode.title || 'Unknown' }}</p>
|
||||
<p class="text-white text-opacity-50 text-sm font-sans">{{ item.media.metadata.title }}</p>
|
||||
|
||||
Reference in New Issue
Block a user