From a6957191284a8da38e56b4ed3fe0a57b69d6e2b9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 23 Oct 2022 13:14:07 +0200 Subject: [PATCH] fix: task detail view top spacing on mobile --- src/views/tasks/TaskDetailView.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/tasks/TaskDetailView.vue b/src/views/tasks/TaskDetailView.vue index f994696f3..f1042dc77 100644 --- a/src/views/tasks/TaskDetailView.vue +++ b/src/views/tasks/TaskDetailView.vue @@ -782,8 +782,6 @@ async function setPercentDone(percentDone: number) { $flash-background-duration: 750ms; .task-view { - // This is a workaround to hide the llama background from the top on the task detail page - margin-top: -1.5rem; padding: 1rem; background-color: var(--site-background);