mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
13 lines
172 B
SCSS
13 lines
172 B
SCSS
.has-full-page-chat {
|
|
.create-topics-notice,
|
|
.bootstrap-mode-notice {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.admin-plugins {
|
|
[data-plugin-name="chat"] {
|
|
display: none;
|
|
}
|
|
}
|