Skip to content

Commit

Permalink
Set epubjs version to 0.3.88 to work on ios, fix epub reader height
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jun 18, 2023
1 parent ae37861 commit b4bf10d
Show file tree
Hide file tree
Showing 3 changed files with 18,573 additions and 19,012 deletions.
2 changes: 1 addition & 1 deletion components/readers/EpubReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Loading

0 comments on commit b4bf10d

Please sign in to comment.