There is a problem that occurs in some KePubs when long-pressing a word at the end of the line, discussed in this thread:
https://www.mobileread.com/forums/sho...8&postcount=95
The problem happens in normal and full-screen mode, but perhaps only when the margin slider is set to the minimum.
I think the solution is the same as for the font cut-off problem, described in the "Working around problems with reading kepubs in full-screen mode" section of
post #2 in this thread:
Quote:
For sideloaded kepubs created by recent versions of Calibre's KoboTouchExtended driver, this can be fixed by adding the following to the book's stylesheet or to kobo_extra.css:
Code:
div#book-columns { padding: 0.2em !important; }
For kepubs synced from Kobo or created with older versions of the KoboTouchExtended driver, enabling the `Fix kepub side bearing font cut-off bug` patch will add the appropriate padding to the device's built-in stylesheet instead.
|