diff --git a/client/components/readers/EpubReader.vue b/client/components/readers/EpubReader.vue index 6fd652f8..d60e41f4 100644 --- a/client/components/readers/EpubReader.vue +++ b/client/components/readers/EpubReader.vue @@ -6,7 +6,7 @@ class="material-icons text-white text-opacity-50 hover:text-opacity-80 cursor-pointer text-6xl" @mousedown.prevent @click="prev">chevron_left -
+
@@ -104,7 +104,7 @@ export default { /** @type {ePub.Rendition} */ reader.rendition = reader.book.renderTo("viewer", { width: window.innerWidth - 200, - height: window.innerHeight * 0.9 + height: window.innerHeight * 0.8 }); reader.rendition.display(this.userMediaProgress?.currentTime);