View Single Post
Old 05-26-2024, 08:08 AM   #375
onyxmage
Junior Member
onyxmage is on a distinguished road
 
Posts: 2
Karma: 50
Join Date: Mar 2023
Device: Onyx Boox Leaf 2
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.
onyxmage is offline   Reply With Quote