From dd4509680855c4a430e8df31d456b5936c153ab7 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Wed, 16 Jul 2025 14:14:29 +0200 Subject: [PATCH] fix: reduce macos titlebar height with the new room list and expand the existing border --- src/macos-titlebar.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/macos-titlebar.ts b/src/macos-titlebar.ts index dd6023b1fa..62d884b6f7 100644 --- a/src/macos-titlebar.ts +++ b/src/macos-titlebar.ts @@ -117,6 +117,12 @@ export function setupMacosTitleBar(window: BrowserWindow): void { height: 20px; -webkit-app-region: drag; } + + .mx_LeftPanel_newRoomList::before { + /* Aligned with the room header */ + height: 13px; + border-right: 1px solid var(--cpd-color-bg-subtle-primary); + } .mx_RoomView::before, .mx_SpaceRoomView::before {