Browse Source

wip(desktop): progress

Adam 4 months ago
parent
commit
6b2ac20abc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/desktop/src/pages/layout.tsx

+ 1 - 1
packages/desktop/src/pages/layout.tsx

@@ -196,7 +196,7 @@ export default function Layout(props: ParentProps) {
                   return (
                     <Switch>
                       <Match when={layout.sidebar.opened()}>
-                        <Collapsible variant="ghost" defaultOpen>
+                        <Collapsible variant="ghost" defaultOpen class="gap-2">
                           <Button
                             as={"div"}
                             variant="ghost"