From d2b5d28a17f3fc3ebfab1d2171e9bf67a87bd060 Mon Sep 17 00:00:00 2001 From: DavevanIersel <82802252+DavevanIersel@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:57:07 +0200 Subject: [PATCH] Added vertical continuous scroll Added a setting for the epub viewer to continuously scroll vertically, and a setting which allows setting the viewing width of the page (works for paginated too) --- client/components/readers/EpubReader.vue | 87 ++++++++++++++++-------- client/components/readers/Reader.vue | 30 +++++++- client/strings/en-us.json | 4 ++ 3 files changed, 91 insertions(+), 30 deletions(-) diff --git a/client/components/readers/EpubReader.vue b/client/components/readers/EpubReader.vue index a4c51539f..4100b01fe 100644 --- a/client/components/readers/EpubReader.vue +++ b/client/components/readers/EpubReader.vue @@ -1,13 +1,15 @@