This commit is contained in:
Michael Freno
2025-12-19 17:46:57 -05:00
parent a1e287774a
commit 1b31c83287
3 changed files with 17 additions and 4 deletions

View File

@@ -166,9 +166,10 @@ function AppLayout(props: { children: any }) {
</Show>
<div
class="flex max-w-screen flex-row transition-all duration-500 ease-in-out"
class="flex max-w-screen flex-row"
style={{
opacity: barsInitialized() ? "1" : "0"
opacity: barsInitialized() ? "1" : "0",
transition: "opacity 0.3s ease-in-out"
}}
>
<LeftBar />