kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

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

fix: align task list checkboxes to top

Tin 9d44ba70 abb0ae20

+4 -4
+4 -4
apps/web/src/index.css
··· 510 510 511 511 .kaneo-tiptap-content .ProseMirror li[data-type="taskItem"] { 512 512 display: flex; 513 - align-items: center; 513 + align-items: flex-start; 514 514 justify-content: flex-start; 515 515 gap: 0.45rem; 516 516 margin: 0.18rem 0; ··· 521 521 .ProseMirror 522 522 li[data-type="taskItem"] 523 523 > :is(label, .kaneo-task-item-checkbox) { 524 - margin-top: 0; 524 + margin-top: 0.15rem; 525 525 display: inline-flex; 526 526 flex-shrink: 0; 527 527 cursor: pointer; ··· 1074 1074 1075 1075 .kaneo-comment-editor-prose li[data-type="taskItem"] { 1076 1076 display: flex; 1077 - align-items: center; 1077 + align-items: flex-start; 1078 1078 justify-content: flex-start; 1079 1079 gap: 0.45rem; 1080 1080 margin: 0.14rem 0; ··· 1084 1084 .kaneo-comment-editor-prose 1085 1085 li[data-type="taskItem"] 1086 1086 > :is(label, .kaneo-task-item-checkbox) { 1087 - margin-top: 0; 1087 + margin-top: 0.15rem; 1088 1088 display: inline-flex; 1089 1089 flex-shrink: 0; 1090 1090 cursor: pointer;