Skip to content

Commit

Permalink
Fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Oct 30, 2024
1 parent 09ece31 commit 76fa6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/epub/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class ScrolledFlow extends AbstractFlow {
}

const PAGE_TURN_SWIPE_LENGTH_PX = 100;
const PAGE_TURN_TAP_MARGIN_PX = 20;
const PAGE_TURN_TAP_MARGIN_PX = 150;
const EPSILON_PX = 10;

export class PaginatedFlow extends AbstractFlow {
Expand Down

0 comments on commit 76fa6e2

Please sign in to comment.