a slightly more reasonable min-width (#1863)

pull/749/head
Jon Roberts 7 years ago committed by Scott Nonnenberg
parent 18ee8a3557
commit bc399c6777

@ -114,7 +114,7 @@ function captureClicks(window) {
const DEFAULT_WIDTH = 800;
const DEFAULT_HEIGHT = 610;
const MIN_WIDTH = 700;
const MIN_WIDTH = 640;
const MIN_HEIGHT = 360;
const BOUNDS_BUFFER = 100;

Loading…
Cancel
Save