custom element for embedding Bluesky posts and feeds mary-ext.github.io/bluesky-embed
typescript npm bluesky atcute
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add bottom border to link thumbnail

Mary 5a11f32a fa4aee87

+5
+5
packages/internal/components/embeds/external-embed.svelte
··· 73 73 74 74 .thumbnail { 75 75 display: block; 76 + border-bottom: 1px solid var(--divider); 76 77 background: #000000; 77 78 aspect-ratio: 1.91; 78 79 width: 100%; 80 + 81 + .external-embed:hover & { 82 + border-color: var(--divider-hover); 83 + } 79 84 } 80 85 81 86 .meta {