From 27d1b96e73fb2bac49fd06cd9fcad7197b891c10 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 13 Apr 2026 09:41:14 -0700 Subject: [PATCH 1/5] Fix bskyembed skeleton padding (#10236) Co-authored-by: Claude Opus 4.6 (1M context) --- bskyembed/src/screens/landing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bskyembed/src/screens/landing.tsx b/bskyembed/src/screens/landing.tsx index 703cbad1b5..b4bb0f7e91 100644 --- a/bskyembed/src/screens/landing.tsx +++ b/bskyembed/src/screens/landing.tsx @@ -186,7 +186,7 @@ function LandingPage() { function Skeleton() { return ( -
+
From 1f6d6d0545c21a5213dbd661afe8dff3d47bf150 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 13 Apr 2026 09:42:05 -0700 Subject: [PATCH 2/5] Fix embed options border radius (#10237) --- src/components/dialogs/Embed.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/dialogs/Embed.tsx b/src/components/dialogs/Embed.tsx index c0eabc1e88..105895ce3d 100644 --- a/src/components/dialogs/Embed.tsx +++ b/src/components/dialogs/Embed.tsx @@ -109,7 +109,7 @@ function EmbedDialogInner({ Embed post + style={[a.text_md, t.atoms.text_contrast_medium, a.leading_snug]}> Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website. @@ -117,12 +117,7 @@ function EmbedDialogInner({ + style={[a.border, t.atoms.border_contrast_low, {borderRadius: 18}]}>