Personal Site
0
fork

Configure Feed

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

Fix issue where i broke like every <ul><li>

+8 -1
+1 -1
src/components/home/feeds/Bluesky.astro
··· 53 53 } 54 54 </ul> 55 55 56 - <style is:global> 56 + <style> 57 57 ul { 58 58 padding-inline: 2em; 59 59 li {
+7
src/components/home/feeds/BskyPost.astro
··· 342 342 .post-text { 343 343 white-space: pre-wrap; 344 344 } 345 + 346 + ul { 347 + padding-inline: 2em; 348 + li { 349 + margin-block-end: 1em; 350 + } 351 + } 345 352 </style>