fix(frontend): improves css height

This commit is contained in:
itsscb 2024-09-03 13:58:54 +02:00
parent 37a1e5e9a9
commit 4c8e75387d

View File

@ -363,7 +363,7 @@ pub fn Home() -> Html {
"flex-col",
"items-center",
"justify-center",
"h-[90vh]",
if *loading { "h-[90vh]" } else { "" },
)
}
>