fix: better workshop ui

This commit is contained in:
neoapps-dev
2026-06-14 20:36:17 +03:00
parent 55844ea118
commit ffd4e22d4a
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
>
<h2 className="text-2xl text-white mc-text-shadow mt-4 mb-6 border-b-2 border-[#373737] pb-2 w-[30%] max-w-[250px] text-center tracking-widest uppercase opacity-80 font-bold whitespace-nowrap px-4">
Workshop
@@ -644,7 +644,7 @@ const WorkshopView = memo(function WorkshopView() {
</div>
</div>
<div className="w-[98%] flex-1 relative overflow-hidden mc-options-bg">
<div className="w-[98%] max-w-6xl flex-1 relative overflow-hidden mc-options-bg">
{showSearch ? (
<div className="absolute inset-0 flex flex-col pt-2">
<div className="flex items-center gap-3 px-6 pb-4">

View File

@@ -423,7 +423,7 @@ export default function App() {
)}
</AnimatePresence>
<div className="w-full h-full max-w-4xl relative flex justify-center items-center overflow-hidden">
<div className="w-full h-full max-w-7xl relative flex justify-center items-center overflow-hidden">
<AnimatePresence mode="wait">
{activeView === "main" && <HomeView key="main-view" />}
{activeView === "settings" && (