Show individual tasks

This commit is contained in:
Joscha 2023-08-06 21:47:48 +02:00
parent 171505d7ec
commit 2b81d497bc
5 changed files with 176 additions and 0 deletions

View file

@ -130,6 +130,23 @@ nav img {
white-space: pre-wrap;
}
/* Task */
.task * {
margin: 0;
}
.task .id {
color: #380;
font-weight: bold;
}
.task dl {
display: grid;
grid: auto-flow / min-content 1fr;
column-gap: 1ch;
}
/* Queue */
.queue td:nth-child(2),