💄 style: restore foot gap (#12936)

chore: add back padding
This commit is contained in:
Rdmclin2
2026-03-12 17:17:06 +08:00
committed by GitHub
parent 8b29bb7fc9
commit 3529b46f2c

View File

@@ -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"