working on kanban filter and tag sorting

This commit is contained in:
2025-07-28 00:45:09 +02:00
parent 2bd7270f83
commit 0aa7aa67dc
4 changed files with 17 additions and 0 deletions

View File

@@ -198,6 +198,12 @@ textarea{
z-index: 20;
}
.kanban .filter{
position: absolute;
top: 60px;
right: 20px;
}
.project th,
.task th{
text-align: right;