From 0cffda7772dadfd1826da5dd1341cc66396c81fd Mon Sep 17 00:00:00 2001 From: "Ng Wing Tat, David" Date: Fri, 6 Dec 2024 15:48:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20Force=20EPUB=20direction=20to=20?= =?UTF-8?q?ltr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/reader/epub.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/reader/epub.vue b/src/pages/reader/epub.vue index b5c24c091..07149a83c 100644 --- a/src/pages/reader/epub.vue +++ b/src/pages/reader/epub.vue @@ -372,6 +372,7 @@ export default { body: { '-webkit-text-size-adjust': 'none', 'text-size-adjust': 'none', + direction: 'ltr', }, }); this.rendition.themes.fontSize(`${this.fontSize}px`);