further lower the min height to 580px

pull/856/head
Brian Jian Zhao 5 years ago
parent efcfa6b5e3
commit 74be4fa905

@ -189,7 +189,7 @@ function captureClicks(window) {
const DEFAULT_WIDTH = 800;
const DEFAULT_HEIGHT = 720;
const MIN_WIDTH = 880;
const MIN_HEIGHT = 600;
const MIN_HEIGHT = 580;
const BOUNDS_BUFFER = 100;
function isVisible(window, bounds) {

Loading…
Cancel
Save