From 6fd78a041fec9474b4d9d6efc770688f2029fbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= <66163112+matous-volf@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:48:32 +0200 Subject: [PATCH] feat: increase the bottom panel height when the task form is opened --- src/components/bottom_panel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/bottom_panel.rs b/src/components/bottom_panel.rs index ccda1db..ee627a6 100644 --- a/src/components/bottom_panel.rs +++ b/src/components/bottom_panel.rs @@ -41,7 +41,7 @@ pub(crate) fn BottomPanel(display_form: Signal) -> Element { (false, _, false) => "h-[66px]", (false, _, true) => "h-[130px]", (true, Route::ProjectsPage, _) => "h-[130px]", - (true, _, _) => "h-[448px]", + (true, _, _) => "h-[506px]", } ), if expanded() {