revamp i guess

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-09-04 21:21:32 +07:00
parent 0b04eed82b
commit fe79418bfd
4 changed files with 3 additions and 6 deletions

View File

@ -24,7 +24,7 @@ export default function Home() {
</noscript> </noscript>
<NolaGlitchClientOnly /> <NolaGlitchClientOnly />
<Sosmed /> <Sosmed />
<article className="space-y-6 leading-relaxed relative"> <article className="space-y-5 leading-relaxed relative text-sm">
<HomeText /> <HomeText />
</article> </article>
<section className="my-8"> <section className="my-8">

View File

@ -72,10 +72,6 @@ export const FakeRelativeWindow = ({
} }
}, []); }, []);
useEffect(() => {
console.log(windowManager.windows)
}, [windowManager.windows]);
useEffect(() => { useEffect(() => {
if (popupRef.current) popupRef.current.style.transform = `translate(${currentWindow?.offset.x || 0}px, ${currentWindow?.offset.y || 0}px)`; if (popupRef.current) popupRef.current.style.transform = `translate(${currentWindow?.offset.x || 0}px, ${currentWindow?.offset.y || 0}px)`;
}, [currentWindow?.offset]) }, [currentWindow?.offset])

View File

@ -15,7 +15,7 @@ export const SimpleArticle = ({
Back Back
</ButtonPrimary> </ButtonPrimary>
</Link> </Link>
<article className="space-y-6 [&_p]:leading-relaxed relative [&_h1]:text-2xl [&_h2]:text-xl"> <article className="space-y-5 [&_p]:leading-relaxed relative [&_h1]:text-2xl [&_h2]:text-xl">
{children} {children}
</article> </article>
</div> </div>

View File

@ -98,6 +98,7 @@ export const HomeWindows = () => (
width={240} width={240}
height={200} height={200}
quality={10} quality={10}
priority={false}
unoptimized unoptimized
/> />
</FakeRelativeWindow> </FakeRelativeWindow>