mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
bump crengine: fix vertical-align and others (#4307)
bump crengine, which includes: - Avoid uneeded re-rendering on load when with full status bar - Update french hyphenation pattern - Fix border-collapse on table cells in some cases - Fix line-height inheritance when no unit - Fix: don't ignore space following an image - Fix: ignore occasional space at start of line - Fix possible segfault when viewing HTML - Fix and extend support of vertical-align Also add a style tweak to middle align images with text, which may make some text with inline icons and such nicer (depending on images sizes and selected Zoom/DPI).
This commit is contained in:
2
base
2
base
Submodule base updated: f13f1ce2ee...bcd8ba4e74
@@ -185,6 +185,11 @@ img {
|
||||
}
|
||||
]],
|
||||
},
|
||||
{
|
||||
id = "image_valign_middle";
|
||||
title = _("Middle align images with text"),
|
||||
css = [[img { vertical-align: middle; }]],
|
||||
},
|
||||
},
|
||||
-- No current need for workarounds
|
||||
-- {
|
||||
|
||||
Reference in New Issue
Block a user