From ffd4e22d4a55d2d63b1018b53eb58b0024539b74 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Sun, 14 Jun 2026 20:36:17 +0300 Subject: [PATCH] fix: better workshop ui --- src/components/views/WorkshopView.tsx | 4 ++-- src/pages/App.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/views/WorkshopView.tsx b/src/components/views/WorkshopView.tsx index 0134bfe..a7ea6a6 100644 --- a/src/components/views/WorkshopView.tsx +++ b/src/components/views/WorkshopView.tsx @@ -564,7 +564,7 @@ const WorkshopView = memo(function WorkshopView() { animate={{ opacity: 1, scale: 1 }} exit={{ opacity: 0, scale: 0.95 }} transition={{ duration: config.animationsEnabled ? 0.3 : 0 }} - className="flex flex-col items-center w-full max-w-6xl h-full max-h-full relative font-['Mojangles'] text-white select-none outline-none focus:outline-none" + className="flex flex-col items-center w-full h-full max-h-full relative font-['Mojangles'] text-white select-none outline-none focus:outline-none" >

Workshop @@ -644,7 +644,7 @@ const WorkshopView = memo(function WorkshopView() { -
+
{showSearch ? (
diff --git a/src/pages/App.tsx b/src/pages/App.tsx index 349fe90..61a69f7 100644 --- a/src/pages/App.tsx +++ b/src/pages/App.tsx @@ -423,7 +423,7 @@ export default function App() { )} -
+
{activeView === "main" && } {activeView === "settings" && (