Monorepo for Tangled tangled.org
4

Configure Feed

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

appview: improve checkbox alignement in markdown

Signed-off-by: eti <eti@eti.tf>

author
eti
committer
Tangled
date (May 13, 2026, 8:07 PM +0300) commit c38881b4 parent 1212e6d1
+4
+4
input.css
··· 312 312 313 313 .prose input { 314 314 @apply inline-block my-0 mb-1 mx-1; 315 + 316 + &[type="checkbox"] { 317 + @apply m-0 mr-1; 318 + } 315 319 } 316 320 317 321