collaborative editor - wip

This commit is contained in:
Philipinho
2023-09-15 01:22:47 +01:00
parent 0d648c17fa
commit 4382c5a1d0
21 changed files with 375 additions and 23 deletions
+5 -1
View File
@@ -14,7 +14,11 @@ export default function DashboardLayout({ children }: {
return (
<UserProvider>
<Shell>
{children}
<div className="w-full flex justify-center z-10 flex-shrink-0">
<div className={`w-[900px]`}>
{children}
</div>
</div>
</Shell>
</UserProvider>
);