chatbox width: 100%
this fix the issue of the sidebar width changing.
This commit is contained in:
@@ -445,7 +445,7 @@ export default function ChatBOX(props: {
|
|||||||
const userInputRef = createRef();
|
const userInputRef = createRef();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="grow flex flex-col p-2">
|
<div className="grow flex flex-col p-2 w-full">
|
||||||
{showSettings && (
|
{showSettings && (
|
||||||
<Settings
|
<Settings
|
||||||
chatStore={chatStore}
|
chatStore={chatStore}
|
||||||
|
|||||||
Reference in New Issue
Block a user