From c1137c3984aa50e4b3f6166cd5446019b2a06817 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 13 Apr 2024 11:18:50 +0100 Subject: [Embeds] Tweak homepage styles (#3526) * tweak error styles * reduce error horizontal padding --- bskyembed/src/screens/landing.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bskyembed/src/screens/landing.tsx b/bskyembed/src/screens/landing.tsx index 06b455981..f10100baa 100644 --- a/bskyembed/src/screens/landing.tsx +++ b/bskyembed/src/screens/landing.tsx @@ -110,17 +110,15 @@ function LandingPage() { -

Embed a Bluesky Post

+

Embed a Bluesky Post

-
- setUri(e.currentTarget.value)} - className="border rounded-lg py-3 w-full max-w-[600px] px-4" - placeholder={DEFAULT_POST} - /> -
+ setUri(e.currentTarget.value)} + className="border rounded-lg py-3 w-full max-w-[600px] px-4" + placeholder={DEFAULT_POST} + /> @@ -128,7 +126,9 @@ function LandingPage() { {uri && !error && thread && } {!error && thread && } {error && ( -

{error}

+
+

{error}

+
)} -- cgit 1.4.1