Skip to content

Commit

Permalink
Remove legacy room header (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 2, 2024
1 parent 60550be commit acc5820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions element.io/nightly/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"feature_spotlight": true,
"feature_group_calls": true,
"feature_video_rooms": true,
"feature_element_call_video_rooms": true,
"feature_new_room_decoration_ui": true
"feature_element_call_video_rooms": true
},
"setting_defaults": {
"RustCrypto.staged_rollout_percent": 100
Expand Down
7 changes: 1 addition & 6 deletions src/macos-titlebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`);
}

Expand Down

0 comments on commit acc5820

Please sign in to comment.