More video rooms design updates (#8222)
* Update video room icon * Hide room header border in video rooms * Fix inconsistent padding on AppTile frames
This commit is contained in:
parent
c0c447ab9b
commit
4f6b939426
6 changed files with 21 additions and 11 deletions
|
@ -2100,6 +2100,7 @@ export class RoomView extends React.Component<IRoomProps, IRoomState> {
|
|||
|
||||
const mainClasses = classNames("mx_RoomView", {
|
||||
mx_RoomView_inCall: Boolean(activeCall),
|
||||
mx_RoomView_immersive: this.state.mainSplitContentType === MainSplitContentType.Video,
|
||||
});
|
||||
|
||||
const showChatEffects = SettingsStore.getValue('showChatEffects');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue