settings: avoid horizontal margin default to zero, fixes #1151 (#1155)

This commit is contained in:
Huang Xin
2025-05-14 21:25:32 +08:00
committed by GitHub
parent 348d743e82
commit c52ae43cd9
+1 -1
View File
@@ -87,7 +87,7 @@ export const DEFAULT_BOOK_LAYOUT: BookLayout = {
marginPx: 44,
gapPercent: 5,
compactMarginPx: 0,
compactGapPercent: 0,
compactGapPercent: 5,
scrolled: false,
disableClick: false,
swapClickArea: false,