csr tangled client in solid-js
15

Configure Feed

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

fix readme card top padding

dawn (May 21, 2026, 11:42 AM +0300) 21ce8746 2e1936ce

+1 -1
+1 -1
src/components/repo.tsx
··· 473 473 <span class="font-mono text-sm text-gray-800 dark:text-gray-200">{props.filename}</span> 474 474 </div> 475 475 </Show> 476 - <section class="px-6 pb-6 overflow-auto"> 476 + <section class="px-6 py-6 overflow-auto"> 477 477 <MarkdownBlock markdown={props.markdown} variant="readme" /> 478 478 </section> 479 479 </div>