From 2bf14fbc8040fd6c4561e8d9e08d30bdd3e48455 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 27 May 2026 15:42:22 +0200 Subject: [PATCH 1/2] 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; } From 5d364924325976cd4541447ffa00f4664ff90ce0 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 27 May 2026 13:46:37 +0000 Subject: [PATCH 2/2] v1.12.20 --- CHANGELOG.md | 7 +++++++ apps/desktop/package.json | 2 +- apps/web/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1291d5caa6..3bdbf69f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [1.12.20](https://github.com/element-hq/element-web/releases/tag/v1.12.20) (2026-05-27) +================================================================================================== +## 🐛 Bug Fixes + +* [Backport staging] Realign the User Menu profile picture on desktop ([#33634](https://github.com/element-hq/element-web/pull/33634)). Contributed by @RiotRobot. + + Changes in [1.12.19](https://github.com/element-hq/element-web/releases/tag/v1.12.19) (2026-05-27) ================================================================================================== ## 🦖 Deprecations diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 0535c69217..3e0a0b6420 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -3,7 +3,7 @@ "productName": "Element", "main": "lib/electron-main.js", "exports": "./lib/electron-main.js", - "version": "1.12.19", + "version": "1.12.20", "description": "Element: the future of secure communication", "author": { "name": "Element", diff --git a/apps/web/package.json b/apps/web/package.json index 129c0c4412..75741a5e64 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.12.19", + "version": "1.12.20", "description": "Element: the future of secure communication", "author": "New Vector Ltd.", "repository": {