Quote:
Originally Posted by chrox
Look at here
Code:
-- crereader margin sizes
-- margin {left, top, right, bottom} in pixels
DCREREADER_CONFIG_MARGIN_SIZES_SMALL = {5, 10, 5, 10}
DCREREADER_CONFIG_MARGIN_SIZES_MEDIUM = {10, 15, 10, 15}
DCREREADER_CONFIG_MARGIN_SIZES_LARGE = {20, 20, 20, 20}
in koreader/defaults.lua .
|
Thank you Chrox! That did it! Well almost. Very strange, I set both left and right margins to zero (all of them actually, more on this later), and there is still about a 0.5em gap for both left and right margins. However, punctuation is allowed to use this 0.5em space

. It is way better than what it was, so no complaints; I will play with the css options to gain a bit more, if possible. Caution though, if you set the bottom margin to zero you will loose the last line if you use the mini progress bar (progress bar covers 90% of the bottom line). If you select the full progress bar then all is fine, the last line is fine and you do not loose the top line (top margin set to zero). Bug

?

Shunter