mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
@@ -105,7 +105,7 @@ const DesktopChatInput = memo<DesktopChatInputProps>(
|
||||
<Flexbox
|
||||
className={cx(styles.container, expand && styles.fullscreen)}
|
||||
gap={8}
|
||||
paddingBlock={expand ? 0 : showFootnote ? '0 12px' : '0 4px'}
|
||||
paddingBlock={expand ? 0 : showFootnote ? '0 12px' : '0 8px'}
|
||||
>
|
||||
<ChatInput
|
||||
data-testid="chat-input"
|
||||
|
||||
Reference in New Issue
Block a user