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

Configure Feed

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

chore: format

mary.my.id 88d5c370 89cde765

verified
+3 -3
+2 -2
packages/internal/components/embeds/quote-embed.svelte
··· 198 198 margin: 8px 12px 12px 12px; 199 199 overflow: hidden; 200 200 -webkit-box-orient: vertical; 201 - -webkit-line-clamp: 6; 202 - line-clamp: 6; 203 201 flex-grow: 4; 204 202 flex-basis: 0px; 205 203 min-width: 0px; 204 + -webkit-line-clamp: 6; 205 + line-clamp: 6; 206 206 white-space: pre-wrap; 207 207 overflow-wrap: break-word; 208 208 }
+1 -1
packages/svelte-site/src/components/CircularSpinner.svelte
··· 36 36 stroke: #2563eb; 37 37 } 38 38 .background { 39 - stroke: #2563eb; 40 39 opacity: 20%; 40 + stroke: #2563eb; 41 41 } 42 42 </style>