mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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.
This commit is contained in:
parent
2b7c677a8c
commit
94b95266ca
@ -1,4 +1,5 @@
|
||||
.has-full-page-chat {
|
||||
.global-notice,
|
||||
.create-topics-notice,
|
||||
.bootstrap-mode-notice {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user