mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 08:14:40 +02:00
Update series and collection width to account for book aspect ratio
This commit is contained in:
parent
38edcdca4b
commit
6d3e096e08
3 changed files with 2 additions and 31 deletions
|
@ -65,7 +65,7 @@ export default {
|
|||
return this.store.getters['libraries/getBookCoverAspectRatio']
|
||||
},
|
||||
cardWidth() {
|
||||
return this.width || this.coverHeight * 2
|
||||
return this.width || (this.coverHeight / this.bookCoverAspectRatio) * 2
|
||||
},
|
||||
coverHeight() {
|
||||
return this.height * this.sizeMultiplier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue