mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
Remove legacy room header (#1896)
This commit is contained in:
parent
60550be905
commit
acc5820823
@ -53,8 +53,7 @@
|
|||||||
"feature_spotlight": true,
|
"feature_spotlight": true,
|
||||||
"feature_group_calls": true,
|
"feature_group_calls": true,
|
||||||
"feature_video_rooms": true,
|
"feature_video_rooms": true,
|
||||||
"feature_element_call_video_rooms": true,
|
"feature_element_call_video_rooms": true
|
||||||
"feature_new_room_decoration_ui": true
|
|
||||||
},
|
},
|
||||||
"setting_defaults": {
|
"setting_defaults": {
|
||||||
"RustCrypto.staged_rollout_percent": 100
|
"RustCrypto.staged_rollout_percent": 100
|
||||||
|
@ -128,14 +128,9 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView[data-room-header="new"]::before {
|
.mx_RoomView::before {
|
||||||
height: 13px;
|
height: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView[data-room-header="legacy"]::before {
|
|
||||||
height: 27px;
|
|
||||||
}
|
|
||||||
|
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user