diff --git a/frontend/src/pages/home.rs b/frontend/src/pages/home.rs index 3c0abc0..04a3af5 100644 --- a/frontend/src/pages/home.rs +++ b/frontend/src/pages/home.rs @@ -363,7 +363,7 @@ pub fn Home() -> Html { "flex-col", "items-center", "justify-center", - "h-[90vh]", + if *loading { "h-[90vh]" } else { "" }, ) } >