Styling changes for messaging.
This commit is contained in:
@@ -24,7 +24,7 @@ export function ChatPopupComponent({
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<div className='chat-popup'>
|
||||
<div className="chat-popup">
|
||||
<div style={{ overflow: "auto" }}>
|
||||
<strong style={{ float: "left" }}>
|
||||
{t("messaging.labels.messaging")}
|
||||
@@ -35,7 +35,7 @@ export function ChatPopupComponent({
|
||||
/>
|
||||
</div>
|
||||
|
||||
<Row>
|
||||
<Row className="chat-popup-content">
|
||||
<Col span={8}>
|
||||
<ChatConversationListComponent conversationList={conversationList} />
|
||||
</Col>
|
||||
|
||||
@@ -2,3 +2,7 @@
|
||||
width: 40vw;
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
.chat-popup-content {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user