From 5bab0a158c13af474a4bd6ca3e1eefe8ce7a3924 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sun, 28 Jun 2026 20:15:10 +0900 Subject: fix(tasks): keep fixed 60vh height even with 0 tasks --- src/features/surface-host/ui/TodoList.svelte | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/features/surface-host') diff --git a/src/features/surface-host/ui/TodoList.svelte b/src/features/surface-host/ui/TodoList.svelte index 466cc2d..30cdf8f 100644 --- a/src/features/surface-host/ui/TodoList.svelte +++ b/src/features/surface-host/ui/TodoList.svelte @@ -6,10 +6,11 @@ const data = $derived(parseTodoPayload(payload)); -{#if data !== null && data.todos.length > 0} - - -- cgit v1.2.3