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 {