Remove legacy room header (#1896)

This commit is contained in:
Michael Telatynski
2024-10-02 13:11:07 +01:00
committed by GitHub
parent 60550be905
commit acc5820823
2 changed files with 2 additions and 8 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;
}
`);
}