Hide the llama from the top on the task detail page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-02-09 15:22:42 +01:00
parent 4f9f3afc34
commit 2f2ddb4603
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
.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 {
color: $grey;