Multiple improvements to link cards and quote posts (#2398)
* fix canvas * fix external link embed styles * Use the same link-card style on web and mobile and give a little more height on desktop to the card images * Use dark border on link embeds to match quote post style * Fix the highlighting behavior on linkcards and quoteposts --------- Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
parent
2c31e2a042
commit
df277e5977
5 changed files with 27 additions and 44 deletions
|
|
@ -98,6 +98,7 @@ export function QuoteEmbed({
|
|||
return (
|
||||
<Link
|
||||
style={[styles.container, pal.borderDark, style]}
|
||||
hoverStyle={{borderColor: pal.colors.borderLinkHover}}
|
||||
href={itemHref}
|
||||
title={itemTitle}>
|
||||
<PostMeta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue