From 4d2c4fdc44f89d6c3ee031b0cce08a7206bff675 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 26 May 2026 10:15:33 -0500 Subject: [PATCH] Improve clickable surface interactions --- .../Post/Embed/StandardSiteEmbed/index.tsx | 35 +++++++++++-------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/components/Post/Embed/StandardSiteEmbed/index.tsx b/src/components/Post/Embed/StandardSiteEmbed/index.tsx index 5af033fe71..2b298b86af 100644 --- a/src/components/Post/Embed/StandardSiteEmbed/index.tsx +++ b/src/components/Post/Embed/StandardSiteEmbed/index.tsx @@ -214,24 +214,29 @@ export const StandardSiteEmbed = ({ )} + + {!view.source && ( + + + + + + + )} - - - - {view.source ? ( - - ) : ( - - - + {view.source && ( + <> + + + )}