fix: task detail view top spacing on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-10-23 13:14:07 +02:00
parent f61723dac2
commit a695719128
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -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);