mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-13 13:46:21 +02:00
Add padding to Series page metadata
This commit is contained in:
parent
60e6e2278a
commit
19641c3e4b
@ -2,6 +2,7 @@
|
||||
<div id="page-wrapper" class="page" :class="streamLibraryItem ? 'streaming' : ''">
|
||||
<app-book-shelf-toolbar id="series-toolbar" :selected-series="series" />
|
||||
<div class="max-w-6xl mx-auto">
|
||||
<div class="px-4e sm:px-8e">
|
||||
<div class="flex items-center my-8">
|
||||
<h1 class="text-2xl">{{ series.name }}</h1>
|
||||
|
||||
@ -15,6 +16,8 @@
|
||||
</h2>
|
||||
<div>{{ series.description }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<app-lazy-bookshelf page="series-books" :series-id="seriesId" />
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user