mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-07 03:59:09 +08:00
Fix for https://github.com/discourse/discourse/pull/34714 Which made the new-topic-button reappear on desktop.
14 lines
262 B
SCSS
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;
|
|
}
|
|
}
|