From bb512645d1f4226db42a0e5c3342960451f71d81 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 19 Jun 2025 20:56:37 +1000 Subject: [PATCH] UX: Unhide topics footer-message (#180) This needs to be unhidden so the changes in the following core PR are visible in horizon: https://github.com/discourse/discourse/pull/32669 --- scss/hiddenstuff.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scss/hiddenstuff.scss b/scss/hiddenstuff.scss index a29df8c..d4e5538 100644 --- a/scss/hiddenstuff.scss +++ b/scss/hiddenstuff.scss @@ -2,8 +2,6 @@ .list-controls #create-topic, .notifications-button-footer .reason .text, .pinned-button .reason .text, -.more-topics__browse-more, -// footer-message might cause issues, not sure what possible stuff can be in there, but the general idea is to hide it bcs having an ugly H3 (what?) CTA at the bottom is just… ugly imo -.footer-message { +.more-topics__browse-more { display: none; }