From 1c85e952e55c6c49b5743146bc49a1e1f298573c Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 25 May 2018 10:19:29 +0800 Subject: [PATCH] Update index.js when maximizing the window on Windows 10, there is a one-pixel white border around the header. so I add the `.hyper_main` in line 135. --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index a9f1157..700ba57 100644 --- a/index.js +++ b/index.js @@ -132,6 +132,9 @@ exports.decorateConfig = config => { .header_header, .header_windowHeader { background-color: ${background} !important; } + .hyper_main { + background-color: ${background}; + } .tab_textActive .tab_textInner::before { content: url("file://${tabContent}"); position: absolute;