[PR #3328] [MERGED] Update series and collection width to account for book aspect ratio #3934

Closed
opened 2026-04-25 00:17:37 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3328
Author: @mikiher
Created: 8/24/2024
Status: Merged
Merged: 8/24/2024
Merged by: @advplyr

Base: masterHead: aspect-ratio-card-width


📝 Commits (1)

  • 6d3e096 Update series and collection width to account for book aspect ratio

📊 Changes

3 files changed (+2 additions, -31 deletions)

View changed files

📝 client/components/cards/LazyBookCard.vue (+0 -17)
📝 client/components/cards/LazyCollectionCard.vue (+1 -13)
📝 client/components/cards/LazySeriesCard.vue (+1 -1)

📄 Description

This addresses @advplyr's comment on PR #3037

I fixed cardWidth() on both Series and Collection cards to account for the aspect ratio correctly.

I checked against the Series and Collections pages as they were in v2.10.1 (before PR 3037 was integrated), and now they look the same. Sorry for missing this on that PR.


🔄 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/pull/3328 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 8/24/2024 **Status:** ✅ Merged **Merged:** 8/24/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `aspect-ratio-card-width` --- ### 📝 Commits (1) - [`6d3e096`](https://github.com/advplyr/audiobookshelf/commit/6d3e096e08ceed1660a2b84c10f24cf265547ba5) Update series and collection width to account for book aspect ratio ### 📊 Changes **3 files changed** (+2 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `client/components/cards/LazyBookCard.vue` (+0 -17) 📝 `client/components/cards/LazyCollectionCard.vue` (+1 -13) 📝 `client/components/cards/LazySeriesCard.vue` (+1 -1) </details> ### 📄 Description This addresses @advplyr's [comment](https://github.com/advplyr/audiobookshelf/pull/3037#issuecomment-2303164251) on PR #3037 I fixed cardWidth() on both Series and Collection cards to account for the aspect ratio correctly. I checked against the Series and Collections pages as they were in v2.10.1 (before PR 3037 was integrated), and now they look the same. Sorry for missing this on that PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:37 +02:00
adam closed this issue 2026-04-25 00:17:38 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3934