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:
Joffrey JAFFEUX 2023-05-15 17:08:05 +02:00 committed by GitHub
parent 2b7c677a8c
commit 94b95266ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
.has-full-page-chat {
.global-notice,
.create-topics-notice,
.bootstrap-mode-notice {
display: none;