diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 4ef93cd..1a05bcf 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -50,6 +50,8 @@
color: white;
}
+
+
apt-get's auditorium
diff --git a/src/routes/streams/+layout.svelte b/src/routes/streams/+layout.svelte
index f67ad22..b0e1d87 100644
--- a/src/routes/streams/+layout.svelte
+++ b/src/routes/streams/+layout.svelte
@@ -29,5 +29,7 @@
grid-column: 2;
margin: 0.5em;
margin-left: 0em;
+ height: calc(100vh - 1em);
+ scrollbar-gutter: stable;
}
diff --git a/src/routes/streams/+page.svelte b/src/routes/streams/+page.svelte
index e69de29..9c8e1f6 100644
--- a/src/routes/streams/+page.svelte
+++ b/src/routes/streams/+page.svelte
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/src/routes/streams/WelcomePage.svelte b/src/routes/streams/WelcomePage.svelte
index e69de29..81c3dc5 100644
--- a/src/routes/streams/WelcomePage.svelte
+++ b/src/routes/streams/WelcomePage.svelte
@@ -0,0 +1,82 @@
+
+
Auditorium of Babel
+ ID: aptget
+
+
+
+
Hello, there, welcome to V1.
+
+ Still in construction. No responsive design yet, so phones will be hard to use, but that's
+ coming, too!
+
+
+ There's gonna be an update feed soon (with RSS, too), but for now, just check the most
+ recent stream to see if anything new has been uploaded. I'll post something here if I fill
+ in the back-catalog.
+
+
+
+ Mascot drawn by yuuybee.
+
+
+
+
diff --git a/src/routes/streams/[stream_id]/StreamPage.svelte b/src/routes/streams/[stream_id]/StreamPage.svelte
index 0841ae4..8721298 100644
--- a/src/routes/streams/[stream_id]/StreamPage.svelte
+++ b/src/routes/streams/[stream_id]/StreamPage.svelte
@@ -1,6 +1,6 @@
+
+ {formattedStreamDate} | apt-get's auditorium
+
+
{formattedStreamDate}
ID: {shorthandCode($currentStream.id)}
@@ -101,6 +105,7 @@
.current {
background-color: rgba(128, 128, 128, 0.8);
}
+
.description-bubble {
position: relative;
background-color: rgba(255, 255, 255, 0.75);