From 0052ebeeb68f073ccf7efc47c93a9dfeef4ca383 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Tue, 6 Oct 2020 16:29:25 +0300 Subject: [PATCH] minimum window size changed --- src/App/styles.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/styles.less b/src/App/styles.less index bb002fbf0..517215630 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -67,8 +67,8 @@ svg { html { width: 100%; height: 100%; - min-width: 800px; - min-height: 600px; + min-width: 640px; + min-height: 480px; font-family: 'Roboto', 'sans-serif'; overflow: auto;