Skip to content

Commit

Permalink
Removed white top-border when maximizing window
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwonder authored and klaudiosinani committed May 25, 2018
1 parent 8c7c119 commit aad9a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aad9a54

Please sign in to comment.