JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte
7
fork

Configure Feed

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

fix: display inner content hider as contents

Mary 440526c3 001f8030

+1 -2
+1 -2
src/lib/components/content-hider.svelte
··· 82 82 } 83 83 84 84 .contents { 85 - display: flex; 86 - flex-direction: column; 85 + display: contents; 87 86 } 88 87 </style>