From 52e1dd1c1fad382fc670e815051a7376503b04b7 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 17 Jul 2026 11:20:31 +0300 Subject: [PATCH] upgrade tailwind --- bskyembed/pnpm-lock.yaml | 1 - bskyembed/src/components/embed.tsx | 10 +++++----- bskyembed/src/components/post.tsx | 2 +- bskyembed/src/index.css | 4 +--- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/bskyembed/pnpm-lock.yaml b/bskyembed/pnpm-lock.yaml index aa48201c6f..9b59990999 100644 --- a/bskyembed/pnpm-lock.yaml +++ b/bskyembed/pnpm-lock.yaml @@ -2252,7 +2252,6 @@ packages: tailwindcss@4.3.2: resolution: {integrity: sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==} - hasBin: true tapable@2.3.3: resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==} diff --git a/bskyembed/src/components/embed.tsx b/bskyembed/src/components/embed.tsx index 4e8945a957..a442bd0b11 100644 --- a/bskyembed/src/components/embed.tsx +++ b/bskyembed/src/components/embed.tsx @@ -280,7 +280,7 @@ function ImageGrid({images}: {images: GridImage[]}) { ) case 2: return ( -
+
{images.map((image, i) => ( +
+ className="relative aspect-3/2 rounded-sm overflow-hidden"> {image.alt} )}
@@ -503,7 +503,7 @@ function StarterPackEmbed({ - +
diff --git a/bskyembed/src/components/post.tsx b/bskyembed/src/components/post.tsx index 37ef27559d..dccce1c313 100644 --- a/bskyembed/src/components/post.tsx +++ b/bskyembed/src/components/post.tsx @@ -191,7 +191,7 @@ function PostContent({record}: {record: app.bsky.feed.post.Main | null}) { } return ( -

+

{richText}

) diff --git a/bskyembed/src/index.css b/bskyembed/src/index.css index 230ba30b62..cc0e19212c 100644 --- a/bskyembed/src/index.css +++ b/bskyembed/src/index.css @@ -1,6 +1,4 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; :root { -webkit-font-smoothing: antialiased;