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 more margin between avatar and name on quote header

Mary b0863d70 98d8b126

+1 -1
+1 -1
lib/style.css
··· 595 595 596 596 .embed-post__avatar-wrapper { 597 597 flex-shrink: 0; 598 - margin: 0 4px 0 0; 598 + margin: 0 8px 0 0; 599 599 border-radius: 9999px; 600 600 background: var(--background-secondary); 601 601 width: 20px;