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/tabs/ui/TabList.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/features/tabs/ui') diff --git a/src/features/tabs/ui/TabList.svelte b/src/features/tabs/ui/TabList.svelte index dff2583..6d85065 100644 --- a/src/features/tabs/ui/TabList.svelte +++ b/src/features/tabs/ui/TabList.svelte @@ -83,9 +83,9 @@
- -
+
{#each tabs as tab (tab.conversationId)}