diff --git a/src/routes/dashboard/[workspace_id].tsx b/src/routes/dashboard/[workspace_id].tsx index 3c30168..d03c605 100644 --- a/src/routes/dashboard/[workspace_id].tsx +++ b/src/routes/dashboard/[workspace_id].tsx @@ -120,8 +120,8 @@ const Page: Component = () => { } > -
-
+
+
-
-
-

+
+
+

My Workspace

-
+
@@ -271,7 +271,7 @@ const Page: Component = () => { placeholder="Search..." name="search" autofocus - class="py-1 px-4 rounded-xl w-84 bg-surface1 transition border-2 border-overlay0 hover:bg-overlay0 text-text placeholder-text-subtext1" + class="py-1 px-4 rounded-xl w-full md:w-84 bg-surface1 transition border-2 border-overlay0 hover:bg-overlay0 text-text placeholder-text-subtext1" />