style: adjust styles for website preview card

This commit is contained in:
codytseng 2024-11-28 22:22:55 +08:00
parent e42eb9f252
commit dd33a62095
2 changed files with 26 additions and 5 deletions

View file

@ -70,6 +70,7 @@ const Content = memo(
className={size === 'small' ? 'mt-1' : 'mt-2'}
key={`web-preview-${event.id}`}
url={lastNonMediaUrl}
size={size}
/>
)
}