Set default sidebar width to 15% of screen width (#143)

This commit is contained in:
Huang Xin
2025-01-11 11:34:43 +01:00
committed by GitHub
parent 2ad67a0503
commit 87bc842525
+1 -1
View File
@@ -15,7 +15,7 @@ export const SUPPORTED_FILE_EXTS = ['epub', 'mobi', 'azw', 'azw3', 'fb2', 'cbz',
export const FILE_ACCEPT_FORMATS = SUPPORTED_FILE_EXTS.map((ext) => `.${ext}`).join(', ');
export const DEFAULT_READSETTINGS: ReadSettings = {
sideBarWidth: '25%',
sideBarWidth: '15%',
isSideBarPinned: true,
notebookWidth: '25%',
isNotebookPinned: false,