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 ( -
+
{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;