1
0

Add options to show tasks in range on the overview pages

This commit is contained in:
kolaente
2020-07-22 12:29:03 +02:00
parent b86edc8b54
commit 8d18ef1dbb
2 changed files with 81 additions and 25 deletions

View File

@ -167,3 +167,28 @@
}
}
}
.show-tasks {
h3 {
text-align: left;
&.nothing {
text-align: center;
margin-top: 3em;
}
.input {
width: 190px;
vertical-align: middle;
margin: .5rem 0;
}
}
img {
margin-top: 2em;
}
.spinner.is-loading:after {
margin-left: calc(40% - 1em);
}
}