Set epubjs version to 0.3.88 to work on ios, fix epub reader height

This commit is contained in:
advplyr
2023-06-18 17:11:22 -05:00
parent ae37861f7d
commit b4bf10d409
3 changed files with 11312 additions and 11751 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export default {
return this.$store.state.playerLibraryItemId
},
readerHeightOffset() {
return this.playerLibraryItemId ? 156 : 56
return this.playerLibraryItemId ? 204 : 84
},
/** @returns {Array<ePub.NavItem>} */
chapters() {