From 0d8ebf48fad2736e59b3833c33410202ec5d465a Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 27 May 2026 13:33:47 +0100 Subject: [PATCH] Realign the User Menu profile picture on desktop (#33633) The button already shoves itself left so we don't need the macos style to do so as well. --- apps/desktop/src/macos-titlebar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/desktop/src/macos-titlebar.ts b/apps/desktop/src/macos-titlebar.ts index b8b839d6ce..b42338ac3f 100644 --- a/apps/desktop/src/macos-titlebar.ts +++ b/apps/desktop/src/macos-titlebar.ts @@ -20,7 +20,6 @@ export function setupMacosTitleBar(window: BrowserWindow): void { margin-top: 0 !important; margin-left: 0 !important; padding-top: 32px !important; - padding-left: 20px !important; -webkit-app-region: drag; -webkit-user-select: none; }