Decrease default "reader width" to 50% (#576)

This commit is contained in:
schroda
2024-01-26 20:54:19 +01:00
committed by GitHub
parent 4d75474b39
commit 2dab88eb7e

View File

@@ -28,7 +28,7 @@ export const getDefaultSettings = (): IReaderSettings => ({
fitPageToWindow: true,
readerType: 'ContinuesVertical',
offsetFirstPage: false,
readerWidth: 100,
readerWidth: 50,
});
const getReaderSettingsWithDefaultValueFallback = <DefaultSettings extends IReaderSettings | UndefinedReaderSettings>(