mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 20:34:52 +00:00
We are looking at simplifying the new admin/user experience and the many notices bring unnecessary complexity.
13 lines
165 B
SCSS
13 lines
165 B
SCSS
.has-full-page-chat {
|
|
.global-notice,
|
|
.bootstrap-mode-notice {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.admin-plugins {
|
|
[data-plugin-name="chat"] {
|
|
display: none;
|
|
}
|
|
}
|