mirror of https://github.com/vector-im/riot-web
fix CSS for ChatCreateOrReuseDialog.js
parent
bf64f387ce
commit
8a0b08e7f6
|
@ -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'
|
||||||
>
|
>
|
||||||
|
<div className="mx_Dialog_content">
|
||||||
You already have existing direct chats with this user:
|
You already have existing direct chats with this user:
|
||||||
|
<div className="mx_ChatCreateOrReuseDialog_tiles">
|
||||||
{tiles}
|
{tiles}
|
||||||
{startNewChat}
|
{startNewChat}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue