Merge branch 'develop' into trayicons

This commit is contained in:
Florian Duros
2024-10-10 12:20:28 +02:00
committed by GitHub
7 changed files with 413 additions and 168 deletions
+1 -6
View File
@@ -128,14 +128,9 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
height: 24px;
}
.mx_RoomView[data-room-header="new"]::before {
.mx_RoomView::before {
height: 13px;
}
.mx_RoomView[data-room-header="legacy"]::before {
height: 27px;
}
`);
}