Skip to content

Commit

Permalink
chatbox width: 100%
Browse files Browse the repository at this point in the history
this fix the issue of the sidebar width changing.
  • Loading branch information
heimoshuiyu committed Jul 18, 2024
1 parent b9fdfb8 commit b3d84ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export default function ChatBOX(props: {
const userInputRef = createRef();

return (
<div className="grow flex flex-col p-2">
<div className="grow flex flex-col p-2 w-full">
{showSettings && (
<Settings
chatStore={chatStore}
Expand Down

0 comments on commit b3d84ea

Please sign in to comment.