diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx
index cb194052d1..40d2838878 100644
--- a/packages/app/src/pages/layout.tsx
+++ b/packages/app/src/pages/layout.tsx
@@ -1851,45 +1851,34 @@ export default function Layout(props: ParentProps) {
when={workspacesEnabled()}
fallback={
<>
-
-
-
-
-
+
+
+ }
/>
>
}
>
<>
-
-
-
-
-
{
if (!panelProps.mobile) scrollContainerRef = el
}}
- class="size-full flex flex-col py-2 gap-4 overflow-y-auto no-scrollbar [overflow-anchor:none]"
+ class="size-full flex flex-col overflow-y-auto no-scrollbar [overflow-anchor:none]"
>
-
-
- {(directory) => (
-
- )}
-
-
+
+
+
+
+
+
+
+
+
+
+ {(directory) => (
+
+ )}
+
+
+
{
return (
mobile?: boolean
+ header?: JSX.Element
}): JSX.Element => {
const globalSync = useGlobalSync()
const language = useLanguage()
@@ -488,9 +489,14 @@ export const LocalWorkspace = (props: {
return (
props.ctx.setScrollContainerRef(el, props.mobile)}
- class="size-full flex flex-col py-2 overflow-y-auto no-scrollbar [overflow-anchor:none]"
+ class="size-full flex flex-col overflow-y-auto no-scrollbar [overflow-anchor:none]"
>
-