View Single Post
Old 08-05-2026, 04:35 PM   #22
Falkor
Zealot
Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!Falkor rocks like Gibraltar!
 
Posts: 129
Karma: 100000
Join Date: Dec 2024
Device: Tolino Shine 5
Quote:
Originally Posted by JSWolf View Post
How does the justification button mess up the layout? What are widows and orphans set to in chromium? If they are not 1, I'd find it annoying. Line height is not a problem if I can set it with the slider, but not the default 1.3 an unpatched Kobo defaults to as the lowest value.
It sets everything to justified. RMSDK handles this better, it only changes the text-align setting for the body tag, so if some elements are set to right aligned, left aligned or centered because they need to be set that way, they won't be changed.

Same for the font-family: if you change the font in RMSDK, it only changes the setting in the body tag. Headings and other elements that for some reason need a special font are not affected. Much better than changing the font everywhere.

For headings I often need a much smaller line height (see attachments). I tried to style this like the original book. Looks alright in ADE, Thorium and Calibre.

The kerning problems here are caused by the font, btw. font-kerning in CSS is supported.
Attached Thumbnails
Click image for larger version

Name:	20260805_221428.jpg
Views:	35
Size:	1.14 MB
ID:	224902   Click image for larger version

Name:	ade-line-height.png
Views:	25
Size:	87.7 KB
ID:	224903  
Falkor is offline   Reply With Quote