a slightly more reasonable min-width (#1863)
This commit is contained in:
parent
18ee8a3557
commit
bc399c6777
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -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…
Reference in a new issue