Merge pull request #2446 from element-hq/florianduros/new-room-list/macos-titlebar

This commit is contained in:
Florian Duros 2025-07-16 21:34:22 +02:00 committed by GitHub
commit 82852a0d0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {