Skip to content

Commit 29ef54e

Browse files
committed
fix: minor fixes
1 parent 45c50c1 commit 29ef54e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/ConversationContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export const ConversationContent: FC<Props> = ({ conversationId, isReadOnly }) =
244244
</For>
245245

246246
{/* Add padding at the bottom to account for the floating input */}
247-
<div className="mb-24" />
247+
<div className="mb-40" />
248248
</div>
249249

250250
<ChatInput

src/components/Conversations.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const Conversations: FC<Props> = ({ route }) => {
202202
/>
203203
</ResizablePanel>
204204

205-
<ResizableHandle withHandle />
205+
<ResizableHandle />
206206

207207
<ResizablePanel defaultSize={60} minSize={30} className="overflow-hidden">
208208
<Memo>
@@ -220,7 +220,7 @@ const Conversations: FC<Props> = ({ route }) => {
220220
</Memo>
221221
</ResizablePanel>
222222

223-
<ResizableHandle withHandle />
223+
<ResizableHandle />
224224

225225
<ResizablePanel
226226
ref={rightPanelRef}

0 commit comments

Comments
 (0)