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.

chore: fmt

Mary 70181925 2d1a83c3

+6 -6
+2 -2
themes/dark.css
··· 1 1 .bluesky-embed { 2 2 --font-size: 16px; 3 - --font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 4 - 'Segoe UI Emoji'; 3 + --font-family: 4 + system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; 5 5 --max-feed-height: 600px; 6 6 } 7 7
+2 -2
themes/dim.css
··· 1 1 .bluesky-embed { 2 2 --font-size: 16px; 3 - --font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 4 - 'Segoe UI Emoji'; 3 + --font-family: 4 + system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; 5 5 --max-feed-height: 600px; 6 6 } 7 7
+2 -2
themes/light.css
··· 1 1 .bluesky-embed { 2 2 --font-size: 16px; 3 - --font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 4 - 'Segoe UI Emoji'; 3 + --font-family: 4 + system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; 5 5 --max-feed-height: 600px; 6 6 } 7 7