diff --git a/hacker-news-gpui/src/title_bar.rs b/hacker-news-gpui/src/title_bar.rs index 2b8d258b..b649a0c3 100644 --- a/hacker-news-gpui/src/title_bar.rs +++ b/hacker-news-gpui/src/title_bar.rs @@ -204,6 +204,7 @@ impl Render for TitleBar { div() .bg(theme.title_bar_bg()) + .when(cfg!(target_os = "macos"), |this| this.h(px(32.))) .p_1() // Inset the title so it clears the native traffic lights on macOS. .when(reserve_traffic_lights, |this| this.pl(px(72.)))