diff --git a/src/components/Globe.svelte b/src/components/Globe.svelte index 74645e3..a315408 100644 --- a/src/components/Globe.svelte +++ b/src/components/Globe.svelte @@ -1,335 +1,304 @@ -
- -
- click and drag -
-
- - - - async function animateSats(elapsed) { - var dateInMsI1 = await activeClock.elapsed(elapsed); - var dateInMs = dateInMsI1.date(); - var date = new Date(await dateInMs); +
+ +
click and drag
+
- updateSats(date); - draw(); - window.requestAnimationFrame(animateSats); + diff --git a/src/routes/index.svelte b/src/routes/index.svelte index ad34e27..3b8983e 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -15,7 +15,7 @@
- +
@@ -105,7 +105,7 @@ .hero .container { grid-template-columns: auto; - grid-template-rows: 200px auto; + grid-template-rows: 260px auto; } }