Subtasks (#9)
This commit is contained in:
parent
a8fbf509a1
commit
45579ee237
3 changed files with 97 additions and 11 deletions
|
|
@ -84,6 +84,10 @@ h1,h2,h3,h4,h5,h6{
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
.tasks.noborder{
|
||||
margin: 1rem -0.5rem;
|
||||
}
|
||||
|
||||
.tasks {
|
||||
margin-top: 1rem;
|
||||
padding: 0;
|
||||
|
|
@ -124,6 +128,16 @@ h1,h2,h3,h4,h5,h6{
|
|||
min-height: calc(100% - 1rem);
|
||||
margin-top: 1rem;
|
||||
|
||||
.subtasks {
|
||||
input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.button {
|
||||
float:right;
|
||||
}
|
||||
}
|
||||
|
||||
.reminder-input{
|
||||
margin: 0;
|
||||
|
||||
|
|
|
|||
Reference in a new issue