fix(settings): correctly setting configs for selected book in parallel read, closes #2825 (#2908)

This commit is contained in:
Huang Xin
2026-01-10 15:01:04 +01:00
committed by GitHub
parent b30dfb3e23
commit 30385ee5ec
6 changed files with 15 additions and 7 deletions
-1
View File
@@ -247,7 +247,6 @@ const getLayoutStyles = (
}
html, body {
${writingMode === 'auto' ? '' : `writing-mode: ${writingMode} !important;`}
${writingMode.includes('vertical') ? 'font-feature-settings: "vrt2" 1, "vert" 1; text-orientation: upright;' : ''}
text-align: var(--default-text-align);
max-height: unset;
-webkit-touch-callout: none;