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
This commit is contained in:
Martin Brennan
2025-06-19 20:56:37 +10:00
committed by GitHub
parent dac23d544c
commit bb512645d1
+1 -3
View File
@@ -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;
}