You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
fix CSS for ChatCreateOrReuseDialog.js
This commit is contained in:
@ -97,9 +97,13 @@ export default class ChatCreateOrReuseDialog extends React.Component {
|
|||||||
}}
|
}}
|
||||||
title='Create a new chat or reuse an existing one'
|
title='Create a new chat or reuse an existing one'
|
||||||
>
|
>
|
||||||
You already have existing direct chats with this user:
|
<div className="mx_Dialog_content">
|
||||||
{tiles}
|
You already have existing direct chats with this user:
|
||||||
{startNewChat}
|
<div className="mx_ChatCreateOrReuseDialog_tiles">
|
||||||
|
{tiles}
|
||||||
|
{startNewChat}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user