Skip to content

Commit

Permalink
💩 Force EPUB direction to ltr
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Dec 6, 2024
1 parent 5da5af7 commit 0cffda7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/reader/epub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Expand Down

0 comments on commit 0cffda7

Please sign in to comment.