fix(frontend): improves css height
This commit is contained in:
parent
37a1e5e9a9
commit
4c8e75387d
@ -363,7 +363,7 @@ pub fn Home() -> Html {
|
|||||||
"flex-col",
|
"flex-col",
|
||||||
"items-center",
|
"items-center",
|
||||||
"justify-center",
|
"justify-center",
|
||||||
"h-[90vh]",
|
if *loading { "h-[90vh]" } else { "" },
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user