mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-04 20:00:00 +08:00
fix: Add top margin to 'Add Assistant' button in AssistantsTab
This commit is contained in:
parent
e4101fff49
commit
35b47ec640
@ -153,7 +153,7 @@ const Assistants: FC<Props> = ({
|
|||||||
}}
|
}}
|
||||||
</DragableList>
|
</DragableList>
|
||||||
{!dragging && (
|
{!dragging && (
|
||||||
<AssistantItem onClick={onCreateAssistant}>
|
<AssistantItem onClick={onCreateAssistant} style={{ marginTop: 5 }}>
|
||||||
<AssistantName>
|
<AssistantName>
|
||||||
<PlusOutlined style={{ color: 'var(--color-text-2)', marginRight: 4 }} />
|
<PlusOutlined style={{ color: 'var(--color-text-2)', marginRight: 4 }} />
|
||||||
{t('chat.add.assistant.title')}
|
{t('chat.add.assistant.title')}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user