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: missing styling

Mary 33dbff87 a10adbfe

+3 -3
+3 -3
packages/internal/components/feed-post.svelte
··· 73 73 /> 74 74 </svg> 75 75 </div> 76 - <span class="flex min-w-0">Pinned</span> 76 + <span class="main">Pinned</span> 77 77 </div> 78 78 {/if} 79 79 {/if} ··· 391 391 .count { 392 392 padding-right: 8px; 393 393 overflow: hidden; 394 - font-size: 0.8125rem; 395 - line-height: 1.25rem; 394 + font-size: calc(var(--font-size) * 0.8125); 395 + line-height: calc(var(--font-size) * 1.25); 396 396 text-overflow: ellipsis; 397 397 white-space: nowrap; 398 398 }