mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make sure justifyText attribute is set
This commit is contained in:
parent
169a3a2d73
commit
e8dcffe529
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ data class WebReaderContent(
|
|||
window.maxWidthPercentage = ${preferences.maxWidthPercentage}
|
||||
window.lineHeight = ${preferences.lineHeight}
|
||||
window.prefersHighContrastFont = ${preferences.prefersHighContrastText}
|
||||
window.justifyText = ${preferences.prefersJustifyText}
|
||||
window.enableHighlightBar = false
|
||||
</script>
|
||||
<script src="bundle.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue