From 142a212ae9f07439802096663d88c55a7a244a11 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine Date: Thu, 27 Feb 2025 15:57:50 -0600 Subject: [PATCH] topic timeline fix --- scss/topics.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/topics.scss b/scss/topics.scss index 62eb133..b0e9a5b 100644 --- a/scss/topics.scss +++ b/scss/topics.scss @@ -14,7 +14,7 @@ // } .container.posts .topic-navigation { - top: calc(var(--header-offset, 60px) + 4em); + top: calc(var(--header-offset, 60px) + 6em); } .discourse-post-event .discourse-post-event-widget {