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" && (