minor cleanup

This commit is contained in:
Michael Freno
2025-12-19 17:26:17 -05:00
parent 54c4cdc3d4
commit 5a8ea93a44
3 changed files with 10 additions and 12 deletions

View File

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