diff --git a/src/main/windows/createMainWindow.ts b/src/main/windows/createMainWindow.ts index e9d8788..7579be0 100644 --- a/src/main/windows/createMainWindow.ts +++ b/src/main/windows/createMainWindow.ts @@ -21,7 +21,7 @@ export function createMainWindow(): BrowserWindow { titleBarOverlay: { color: '#09090b', symbolColor: '#a1a1aa', - height: 40, + height: 32, }, webPreferences: { preload: join(__dirname, '../preload/index.js'), diff --git a/src/renderer/components/ActivityPanel.tsx b/src/renderer/components/ActivityPanel.tsx index 0a0175e..cc43d54 100644 --- a/src/renderer/components/ActivityPanel.tsx +++ b/src/renderer/components/ActivityPanel.tsx @@ -190,7 +190,7 @@ export function ActivityPanel({ return (
{/* Header — top padding clears the title bar overlay zone */} -
+
diff --git a/src/renderer/components/AppShell.tsx b/src/renderer/components/AppShell.tsx index 39bc568..237c2ba 100644 --- a/src/renderer/components/AppShell.tsx +++ b/src/renderer/components/AppShell.tsx @@ -11,7 +11,7 @@ export function AppShell({ sidebar, content, detailPanel, overlay }: AppShellPro return (
{/* Full-width drag region matching the title bar overlay height */} -
+