Files
discourse_theme_ran/scss/hiddenstuff.scss
T
2025-05-06 16:53:12 +01:00

10 lines
386 B
SCSS

.sidebar__panel-switch-button,
.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 {
display: none;
}