mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
It's not necessary and we already hide create-topics-notice and bootstrap mode, and it's also annoying to get correct chat's height.
14 lines
190 B
SCSS
14 lines
190 B
SCSS
.has-full-page-chat {
|
|
.global-notice,
|
|
.create-topics-notice,
|
|
.bootstrap-mode-notice {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.admin-plugins {
|
|
[data-plugin-name="chat"] {
|
|
display: none;
|
|
}
|
|
}
|