diff --git a/src/browser.js b/src/browser.js index fc58d40544..feba1af5ca 100644 --- a/src/browser.js +++ b/src/browser.js @@ -52,8 +52,8 @@ app.on('ready', function () { var mainWindow = new BrowserWindow({ width: size.width || 800, height: size.height || 600, - 'min-width': os.platform() === 'win32' ? 450 : 700, - 'min-height': os.platform() === 'win32' ? 290 : 500, + 'min-width': os.platform() === 'win32' ? 400 : 700, + 'min-height': os.platform() === 'win32' ? 260 : 500, 'standard-window': false, resizable: true, frame: false, diff --git a/styles/new-container.less b/styles/new-container.less index f65c95c323..0202a08910 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -137,6 +137,7 @@ } } .results-filters { + overflow: hidden; margin: 1.2rem 1.2rem 0 0; .results-filter-title { font-size: 12px; @@ -184,7 +185,7 @@ color: @gray-normal; display: none; border: 1px solid @color-divider; - + } .menu-overlay { z-index: 999;