mirror of
https://github.com/langgenius/dify.git
synced 2026-09-21 13:20:52 +08:00
fix(web): tighten start block preview card spacing (#37379)
This commit is contained in:
@@ -210,7 +210,7 @@ function StartBlockPreviewCard({
|
||||
].includes(block.type)
|
||||
|
||||
return (
|
||||
<PreviewCardContent placement="right" popupClassName="w-[224px] px-3 pt-3 pb-4">
|
||||
<PreviewCardContent placement="right" popupClassName="w-[224px] px-3 pt-3 pb-2.5">
|
||||
<div>
|
||||
<BlockIcon
|
||||
size="md"
|
||||
@@ -224,7 +224,7 @@ function StartBlockPreviewCard({
|
||||
{description}
|
||||
</div>
|
||||
{showDifyTeamAuthor && (
|
||||
<div className="my-1 system-xs-regular text-text-tertiary">
|
||||
<div className="mt-1 system-xs-regular text-text-tertiary">
|
||||
{t('author', { ns: 'tools' })}
|
||||
{' '}
|
||||
{t('difyTeam', { ns: 'workflow' })}
|
||||
|
||||
Reference in New Issue
Block a user