Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 380c77b

Browse files
committed
remove extra space between titlebar and container (macOS)
1 parent 40fdb1f commit 380c77b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/titlebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export default class Titlebar {
141141
if (IS_MAC_BIGSUR_OR_LATER) {
142142
this.title.style.fontWeight = "600";
143143
this.title.style.fontSize = "13px";
144+
this.titlebar.style.height = TOP_TITLEBAR_HEIGHT_MAC;
144145
}
145146

146147
this.updateTitle();

0 commit comments

Comments
 (0)