The button already shoves itself left so we don't need the macos
style to do so as well.
(cherry picked from commit 0d8ebf48fa)
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
This commit is contained in:
co-authored by
David Baker
parent
00daa1c621
commit
2bf14fbc80
@@ -20,7 +20,6 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
|
|||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
padding-top: 32px !important;
|
padding-top: 32px !important;
|
||||||
padding-left: 20px !important;
|
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user