mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 01:59:03 +08:00
fix: upload img icon mis-align in the chat input area (#8263)
This commit is contained in:
parent
342607f4a4
commit
678bbf8fe8
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user