Task lists WIP:

* front-end
This commit is contained in:
John Livingston
2024-05-06 15:57:42 +02:00
parent 9d5d59e9bc
commit 964b8854f6
11 changed files with 155 additions and 19 deletions

View File

@ -16,12 +16,25 @@
column-gap: 0.25em;
width: 100%;
button {
.task-list-toggle-tasks,
.task-list-action {
border: 0;
padding-left: 0.25em;
padding-right: 0.25em;
}
.task-list-name {
flex-grow: 2;
form {
display: flex;
flex-flow: row nowrap;
column-gap: 0.25em;
input[type="text"] {
flex-grow: 2;
}
}
}
}
@ -29,5 +42,10 @@
padding-left: 2em;
width: 100%;
}
.task-list-add-task {
padding: 0.25em 0.25em 0.25em 2em;
width: 100%;
}
}
}