mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
The default left margin on blockquote and dd is `40px`, but unfortunately that doesn't scale. rem is calculated using a hardcoded16px, so em or % is the best compromise in this case. PS If we assume 1em = 16px then 40px is actually 2.5em, not 1em. This reduction in indentation is mainly intended for the benefit of smaller E Ink devices. Closes <https://github.com/koreader/koreader/issues/5859>.