diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index ca88940..6e5ae63 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -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 diff --git a/src/macos-titlebar.ts b/src/macos-titlebar.ts index ec94f31..2e17dc1 100644 --- a/src/macos-titlebar.ts +++ b/src/macos-titlebar.ts @@ -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; - } - `); }