diff --git a/src/models/ServiceBrowserView.ts b/src/models/ServiceBrowserView.ts index 1b8ee0f0..6abcffc3 100644 --- a/src/models/ServiceBrowserView.ts +++ b/src/models/ServiceBrowserView.ts @@ -493,7 +493,7 @@ export class ServiceBrowserView { this.webContents.insertCSS(` body:before { background: transparent; - height: 30px; + height: 20px; width: 100%; position: absolute; content: " "; diff --git a/src/styles/layout.scss b/src/styles/layout.scss index fc26ad52..1a5da6cc 100644 --- a/src/styles/layout.scss +++ b/src/styles/layout.scss @@ -77,7 +77,7 @@ body:not(.darwin):not(.isFullScreen) .app .app__content { .electron-app-title-bar { z-index: 99999999; } body.darwin .window-draggable { - height: 15px; + height: 20px; left: 0; pointer-events: none; position: absolute;