Skip to content

Commit

Permalink
fix: upload img icon mis-align in the chat input area (langgenius#8263)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlarry authored and cuiks committed Sep 26, 2024
1 parent a0fce72 commit e08ec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/base/chat/chat/chat-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const ChatInput: FC<ChatInputProps> = ({
{
visionConfig?.enabled && (
<>
<div className='absolute bottom-2 left-2 flex items-center'>
<div className={cn('absolute bottom-2 flex items-center', noSpacing ? 'left-2' : 'left-10')}>
<ChatImageUploader
settings={visionConfig}
onUpload={onUpload}
Expand Down

0 comments on commit e08ec98

Please sign in to comment.