working on tagging system

This commit is contained in:
2025-07-27 23:37:23 +02:00
parent 4f54276e8f
commit e59e40b809
5 changed files with 75 additions and 34 deletions

View File

@@ -45,6 +45,7 @@ footer {
}
nav {
position: sticky;
z-index: 100;
top: 0;
background: #26220c;
padding: 5px;
@@ -184,6 +185,19 @@ textarea{
right: 0;
}
.kanban .tags {
position: absolute;
left: 0;
bottom: 0;
font-size: 0.5em;
}
.kanban .user,
.kanban .head {
position: sticky;
top: 50px;
z-index: 20;
}
.project th,
.task th{
text-align: right;