From 63165b2b2c6f9c64481ff91da3cd43eefbaed9ff Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 11 Jul 2025 12:32:19 +0200 Subject: [PATCH] feat: improve styling for work-view sections --- .../tasks/task-list/task-list.component.scss | 4 ++-- .../work-view/work-view.component.html | 9 +++++--- .../work-view/work-view.component.scss | 22 +++++++++++++------ 3 files changed, 23 insertions(+), 12 deletions(-) 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()) {