From 31d229a48f82054ac833e6d1969079ea42fa4a5c Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Wed, 22 Apr 2026 19:51:27 +0300 Subject: [PATCH] fix: make views more responsive and fix workshop scrolling issue --- src/components/views/WorkshopView.tsx | 3 +-- src/pages/App.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/views/WorkshopView.tsx b/src/components/views/WorkshopView.tsx index bcda391..52c3aa1 100644 --- a/src/components/views/WorkshopView.tsx +++ b/src/components/views/WorkshopView.tsx @@ -199,7 +199,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 relative font-['Mojangles'] text-white select-none outline-none focus:outline-none" + 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" >

Workshop @@ -240,7 +240,6 @@ const WorkshopView = memo(function WorkshopView() {
{showSearch ? ( diff --git a/src/pages/App.tsx b/src/pages/App.tsx index 43b774b..4e90fe7 100644 --- a/src/pages/App.tsx +++ b/src/pages/App.tsx @@ -369,7 +369,7 @@ export default function App() { )} -
+
{activeView === "main" && } {activeView === "settings" && (