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

Commit 1fbe1cc

Browse files
Merge pull request #170 from 4gray/4.0.0-beta.0
Remove extra space between titlebar and container (macOS 12.1)
2 parents 20ca750 + 380c77b commit 1fbe1cc

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)