From 2f2ddb46031deb4a09b2834382211b96fdafb560 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 9 Feb 2020 15:22:42 +0100 Subject: [PATCH] Hide the llama from the top on the task detail page --- src/styles/components/task.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/components/task.scss b/src/styles/components/task.scss index 46510a907..5d481b0a1 100644 --- a/src/styles/components/task.scss +++ b/src/styles/components/task.scss @@ -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;