diff --git a/src/components/commonComponents/Window.astro b/src/components/commonComponents/Window.astro index 3776911..2a4c704 100644 --- a/src/components/commonComponents/Window.astro +++ b/src/components/commonComponents/Window.astro @@ -10,7 +10,10 @@ const randomID = customClass || Math.random().toString().replace(".", ""); width: var(--maxWidth); top: var(--offset); left: var(--offset); + border-radius: 17px; + border: 1px solid var(--text); position: absolute; + } .title-bar { .title-bar-text { diff --git a/src/components/windows/mainWindow/Me.tsx b/src/components/windows/mainWindow/Me.tsx index 22f1096..1b24c7d 100644 --- a/src/components/windows/mainWindow/Me.tsx +++ b/src/components/windows/mainWindow/Me.tsx @@ -20,7 +20,6 @@ export default function Me() { useEffect(() => { initLanyard(presence => { - console.log(presence); setPresence(presence); });