Initial commit

This commit is contained in:
Mathis Gauthey
2023-08-05 19:14:53 +01:00
parent 13a70a46bf
commit f366d5b7b6
7803 changed files with 186098 additions and 2 deletions

10
.obsidian/snippets/kanban-search.css vendored Normal file
View File

@@ -0,0 +1,10 @@
.kanban-plugin__lane-items > div {
margin-top: 0;
}
.kanban-plugin__item,
.kanban-plugin__placeholder {
margin-top: 4px;
}
.kanban-plugin__item.is-search-miss {
display: none;
}