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>
<NolaGlitchClientOnly />
<Sosmed />
<article className="space-y-6 leading-relaxed relative">
<article className="space-y-5 leading-relaxed relative text-sm">
<HomeText />
</article>
<section className="my-8">

View File

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

View File

@ -15,7 +15,7 @@ export const SimpleArticle = ({
Back
</ButtonPrimary>
</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}
</article>
</div>

View File

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