Joffrey JAFFEUX 94b95266ca
FIX: hides global notice on chat (#21557)
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.
2023-05-15 17:08:05 +02:00

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;
}
}