Decrease default "reader width" to 50% (#576)
This commit is contained in:
@@ -28,7 +28,7 @@ export const getDefaultSettings = (): IReaderSettings => ({
|
||||
fitPageToWindow: true,
|
||||
readerType: 'ContinuesVertical',
|
||||
offsetFirstPage: false,
|
||||
readerWidth: 100,
|
||||
readerWidth: 50,
|
||||
});
|
||||
|
||||
const getReaderSettingsWithDefaultValueFallback = <DefaultSettings extends IReaderSettings | UndefinedReaderSettings>(
|
||||
|
||||
Reference in New Issue
Block a user