From d44f0d109509987f9363a322f7a90682c3207e1e Mon Sep 17 00:00:00 2001 From: Germain Date: Thu, 12 Oct 2023 13:40:27 +0100 Subject: [PATCH] Align input with avatar on the left --- src/macos-titlebar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macos-titlebar.ts b/src/macos-titlebar.ts index 68a339d897..ef046b59a4 100644 --- a/src/macos-titlebar.ts +++ b/src/macos-titlebar.ts @@ -119,7 +119,7 @@ export function setupMacosTitleBar(window: BrowserWindow): void { .mx_LeftPanel::before { content: ""; - height: 25px; + height: 20px; -webkit-app-region: drag; }