From 20f499f8e0fbb9623698f2bd386460af5ea817b5 Mon Sep 17 00:00:00 2001 From: Bastard Operator Date: Thu, 31 Dec 2020 18:39:13 +0100 Subject: [PATCH] Design of the meet timeline, improved a lot --- src/routes/_components/status/MeetStatus.html | 2 + src/routes/_layout.html | 7 ++ src/scss/themes/ozark.scss | 67 +++++++++++++++++-- static/fedilove-no-react.js | 5 ++ 4 files changed, 77 insertions(+), 4 deletions(-) diff --git a/src/routes/_components/status/MeetStatus.html b/src/routes/_components/status/MeetStatus.html index 4eeae8cb..4eaac86f 100644 --- a/src/routes/_components/status/MeetStatus.html +++ b/src/routes/_components/status/MeetStatus.html @@ -10,6 +10,8 @@ >
+
+
{#if content && (showContent || preloadHiddenContent)} {/if} diff --git a/src/routes/_layout.html b/src/routes/_layout.html index 358b2f84..db3ff140 100644 --- a/src/routes/_layout.html +++ b/src/routes/_layout.html @@ -1,5 +1,12 @@