revamp i guess
This commit is contained in:
parent
0b04eed82b
commit
fe79418bfd
@ -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">
|
||||||
|
@ -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])
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user