From 0cd52c07fe830fa32546c1917cb06a74e73ced7c Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 14 Apr 2025 08:59:33 -0400 Subject: [PATCH] UX: fix topic progress height (#118) Before: ![image](https://github.com/user-attachments/assets/b41d9c5f-6a7a-4cae-aa87-375e54b94bf9) After: ![image](https://github.com/user-attachments/assets/e6969dcd-83b3-4e3c-a868-1dbd70ecf195) --- scss/topic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/topic.scss b/scss/topic.scss index c55f814..14616c0 100644 --- a/scss/topic.scss +++ b/scss/topic.scss @@ -6,7 +6,7 @@ } } -.container.posts .topic-navigation { +.container.posts .topic-navigation:not(.with-topic-progress) { // super fragile because new sticky topic title doesnt have a calculated value (= 53px with this font and size but…) top: calc( var(--header-offset, 60px) + 53px + calc(var(--spacing-block-l) * 2)