mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
16 lines
310 B
SCSS
Vendored
16 lines
310 B
SCSS
Vendored
@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) {
|
|
.horizon-new-topic-button-enabled {
|
|
.list-controls #create-topic {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|