mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +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>
|
||||
{!dragging && (
|
||||
<AssistantItem onClick={onCreateAssistant}>
|
||||
<AssistantItem onClick={onCreateAssistant} style={{ marginTop: 5 }}>
|
||||
<AssistantName>
|
||||
<PlusOutlined style={{ color: 'var(--color-text-2)', marginRight: 4 }} />
|
||||
{t('chat.add.assistant.title')}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user