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 margin to image-only quote embeds

Mary 98d8b126 b40716c8

+3
+3
lib/style.css
··· 589 589 margin: 12px 12px 0 12px; 590 590 color: var(--text-secondary); 591 591 } 592 + .embed-post__header + .embed-image { 593 + margin: 12px 0 0 0; 594 + } 592 595 593 596 .embed-post__avatar-wrapper { 594 597 flex-shrink: 0;