From 2bf14fbc8040fd6c4561e8d9e08d30bdd3e48455 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 27 May 2026 15:42:22 +0200 Subject: [PATCH] Realign the User Menu profile picture on desktop (#33633) (#33634) The button already shoves itself left so we don't need the macos style to do so as well. (cherry picked from commit 0d8ebf48fad2736e59b3833c33410202ec5d465a) Co-authored-by: David Baker --- 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; }