Hide the llama from the top on the task detail page
This commit is contained in:
parent
4f9f3afc34
commit
2f2ddb4603
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
.task-view {
|
.task-view {
|
||||||
|
// This is a workaround to hide the llama background from the top on the task detail page
|
||||||
|
margin-top: -1.5em;
|
||||||
|
padding-top: 1.5em;
|
||||||
|
background-color: $light-background;
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
color: $grey;
|
color: $grey;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue