increase min height respecting ratio

pull/744/head
Audric Ackermann 5 years ago
parent 3f7680ccf7
commit 5c4fa1d2cb
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -187,8 +187,8 @@ function captureClicks(window) {
const DEFAULT_WIDTH = 800;
const DEFAULT_HEIGHT = 710;
const MIN_WIDTH = 640;
const MIN_HEIGHT = 360;
const MIN_WIDTH = 1125;
const MIN_HEIGHT = 750;
const BOUNDS_BUFFER = 100;
function isVisible(window, bounds) {

Loading…
Cancel
Save