This patch centers the title, author and series metadata on the book details page below the cover. This makes this view look similar to the places where the metadata are also places in the center.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/571
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 2/10/2023
**Status:** ✅ Merged
**Merged:** 3/6/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `center-title`
---
### 📝 Commits (10+)
- [`a38b826`](https://github.com/advplyr/audiobookshelf-app/commit/a38b826898760cedde5ef3a0a9698d6e6bd04944) Center title on book details
- [`68560fd`](https://github.com/advplyr/audiobookshelf-app/commit/68560fd5f52c45035b67aa0d8270fa470281ae76) move series down
- [`5939fee`](https://github.com/advplyr/audiobookshelf-app/commit/5939fee66f5870b6925abd271325848d1a91462d) one-big-table
- [`0942bd2`](https://github.com/advplyr/audiobookshelf-app/commit/0942bd25482ab581b8149185d5bdb58c004edf84) move title down
- [`51062e7`](https://github.com/advplyr/audiobookshelf-app/commit/51062e74030daf31c720e820f960919bf9147ebc) …
- [`f94140e`](https://github.com/advplyr/audiobookshelf-app/commit/f94140ec6bdbc7914d0130073b569f003315a662) expand
- [`2956841`](https://github.com/advplyr/audiobookshelf-app/commit/29568412e60d3aaf9986ac2f261ba00634c77805) four columns
- [`72ec9d8`](https://github.com/advplyr/audiobookshelf-app/commit/72ec9d81b1ff980026cbc936fa6fb78d767b6af3) Singular & Plural
- [`fb4e7e6`](https://github.com/advplyr/audiobookshelf-app/commit/fb4e7e6b55db87972fe31d4415767c2af25600d2) Merge branch 'master' into center-title
- [`d9b0b8c`](https://github.com/advplyr/audiobookshelf-app/commit/d9b0b8c33da3e8d84e416e90682a37abfbbfa5fa) Add chapters & tracks table. Clamp description to 4 lines. Move size to more info modal
### 📊 Changes
**5 files changed** (+298 additions, -73 deletions)
<details>
<summary>View changed files</summary>
📝 `assets/app.css` (+7 -0)
📝 `components/modals/ItemDetailsModal.vue` (+7 -1)
➕ `components/tables/ChaptersTable.vue` (+97 -0)
➕ `components/tables/TracksTable.vue` (+85 -0)
📝 `pages/item/_id/index.vue` (+102 -72)
</details>
### 📄 Description
This patch centers the title, author and series metadata on the book details page below the cover. This makes this view look similar to the places where the metadata are also places in the center.

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/571
Author: @lkiesow
Created: 2/10/2023
Status: ✅ Merged
Merged: 3/6/2023
Merged by: @advplyr
Base:
master← Head:center-title📝 Commits (10+)
a38b826Center title on book details68560fdmove series down5939feeone-big-table0942bd2move title down51062e7…f94140eexpand2956841four columns72ec9d8Singular & Pluralfb4e7e6Merge branch 'master' into center-titled9b0b8cAdd chapters & tracks table. Clamp description to 4 lines. Move size to more info modal📊 Changes
5 files changed (+298 additions, -73 deletions)
View changed files
📝
assets/app.css(+7 -0)📝
components/modals/ItemDetailsModal.vue(+7 -1)➕
components/tables/ChaptersTable.vue(+97 -0)➕
components/tables/TracksTable.vue(+85 -0)📝
pages/item/_id/index.vue(+102 -72)📄 Description
This patch centers the title, author and series metadata on the book details page below the cover. This makes this view look similar to the places where the metadata are also places in the center.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.