diff --git a/src/app/features/tasks/task-list/task-list.component.scss b/src/app/features/tasks/task-list/task-list.component.scss index be3ead44e7..ef3f717a10 100644 --- a/src/app/features/tasks/task-list/task-list.component.scss +++ b/src/app/features/tasks/task-list/task-list.component.scss @@ -35,9 +35,9 @@ .no-tasks { position: absolute; text-align: center; - top: 0; + top: 50%; left: 50%; - transform: translate(-50%, 0); + transform: translate(-50%, -50%); width: 90%; color: var(--text-color-muted); diff --git a/src/app/features/work-view/work-view.component.html b/src/app/features/work-view/work-view.component.html index a53e9d65ba..a0bac1b31e 100644 --- a/src/app/features/work-view/work-view.component.html +++ b/src/app/features/work-view/work-view.component.html @@ -196,7 +196,7 @@ @if (laterTodayTasks().length > 0 && isOnTodayList()) {