a slightly more reasonable min-width (#1863)

This commit is contained in:
Jon Roberts 2017-12-14 13:31:07 -06:00 committed by Scott Nonnenberg
parent 18ee8a3557
commit bc399c6777
1 changed files with 1 additions and 1 deletions

View File

@ -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;