diff --git a/src/renderer/style.css b/src/renderer/style.css index 5683d8c9..3448d228 100644 --- a/src/renderer/style.css +++ b/src/renderer/style.css @@ -12944,6 +12944,7 @@ body[platform='darwin'] #window-controls-container { } body[platform='darwin'] .app-chrome .app-chrome-item > .app-mainmenu { opacity: 0; + width: 52px; pointer-events: none; -webkit-app-region: drag; } diff --git a/src/renderer/style.less b/src/renderer/style.less index 3900c772..b24ce657 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -3289,6 +3289,7 @@ body[platform='darwin'] { .app-chrome .app-chrome-item > .app-mainmenu { opacity: 0; + width: 52px; pointer-events: none; -webkit-app-region: drag; }