discourse/themes/horizon/scss/hiddenstuff.scss
2025-09-29 07:42:15 -06:00

14 lines
262 B
SCSS

@use "lib/viewport";
.sidebar__panel-switch-button,
.notifications-button-footer .reason .text,
.pinned-button .reason .text,
.more-topics__browse-more {
display: none;
}
@include viewport.from(md) {
.list-controls #create-topic {
display: none;
}
}