Here's a css styling for people who prefers a 1-page view for the paginated mode in the calibre viewer:
Quote:
body.calibre-viewer-paginated *,
body.calibre-viewer-scrolling *{
margin: auto !important;
}
body.calibre-viewer-paginated p,
body.calibre-viewer-scrolling p{
max-width: 70ch !important;
padding: 0 1em 1em 1em !important;
}
|
This handles the left and right margins of the view better than the settings, and adjusts well to resize. The caveat is it causes some stuttering on dynamic resize.