Files
discourse/plugins/chat/assets/stylesheets/common/core-extensions.scss
Bianca Nenciu 4973f0ccde UX: Remove 'Create Topics' notice (#21958)
We are looking at simplifying the new admin/user experience and the
many notices bring unnecessary complexity.
2023-06-08 22:30:26 +03:00

13 lines
165 B
SCSS

.has-full-page-chat {
.global-notice,
.bootstrap-mode-notice {
display: none;
}
}
.admin-plugins {
[data-plugin-name="chat"] {
display: none;
}
}