Skip to content

Commit

Permalink
set draggable app region to 20px
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 16, 2024
1 parent 28208f9 commit 5b64b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/models/ServiceBrowserView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ export class ServiceBrowserView {
this.webContents.insertCSS(`
body:before {
background: transparent;
height: 30px;
height: 20px;
width: 100%;
position: absolute;
content: " ";
Expand Down
2 changes: 1 addition & 1 deletion src/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5b64b38

Please sign in to comment.