From 5c5e43ab068e9b70ecb81e4414ea5460ec8d2510 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sun, 28 Jun 2026 20:44:53 +0900 Subject: fix(ui): shrink tabs to 40vh and tasks to 30vh fixed height --- src/features/surface-host/ui/TodoList.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 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 30cdf8f..cffefde 100644 --- a/src/features/surface-host/ui/TodoList.svelte +++ b/src/features/surface-host/ui/TodoList.svelte @@ -6,10 +6,10 @@ const data = $derived(parseTodoPayload(payload)); - -