chatbox width: 100%

this fix the issue of the sidebar width changing.
This commit is contained in:
2024-07-18 09:37:04 +08:00
parent b9fdfb8905
commit b3d84ea454

View File

@@ -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}