From 74be4fa905aa6b3c81a2892a03fb64106c7338b4 Mon Sep 17 00:00:00 2001 From: Brian Jian Zhao Date: Fri, 14 Feb 2020 16:42:13 +1100 Subject: [PATCH] further lower the min height to 580px --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 838abfb5c..495ad04dc 100644 --- a/main.js +++ b/main.js @@ -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) {