fix: reduce macos titlebar height with the new room list and expand the existing border

This commit is contained in:
Florian Duros 2025-07-16 14:14:29 +02:00
parent 88829a1726
commit dd45096808
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15

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 {