diff --git a/src/app/modules/admin/apps/contacts/list/list.component.html b/src/app/modules/admin/apps/contacts/list/list.component.html
index 55d0a961..50c75023 100644
--- a/src/app/modules/admin/apps/contacts/list/list.component.html
+++ b/src/app/modules/admin/apps/contacts/list/list.component.html
@@ -79,8 +79,9 @@
diff --git a/src/app/modules/admin/apps/tasks/list/list.component.html b/src/app/modules/admin/apps/tasks/list/list.component.html
index a1dcbef4..42242e4e 100644
--- a/src/app/modules/admin/apps/tasks/list/list.component.html
+++ b/src/app/modules/admin/apps/tasks/list/list.component.html
@@ -21,7 +21,7 @@
-
+
@@ -63,101 +63,97 @@
(cdkDropListDropped)="dropped($event)">
-
-
-
+
+ [id]="'task-' + task.id"
+ class="group w-full select-none hover:bg-gray-100 dark:hover:bg-hover"
+ [ngClass]="{'h-12 text-lg font-semibold bg-gray-50 dark:bg-transparent': task.type === 'section',
+ 'h-16': task.type === 'task',
+ 'text-hint': task.completed}"
+ [class.border-t]="first"
+ cdkDrag
+ [cdkDragLockAxis]="'y'">
-
-
-
-
-
-
-
-
-
+
-
-
+ class="flex flex-0 w-0 h-0"
+ *cdkDragPreview>
-
-
+
+
-
-
-
+