From 94b95266ca61d4142d80656eafa2331448553a05 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 15 May 2023 17:08:05 +0200 Subject: [PATCH] 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. --- plugins/chat/assets/stylesheets/common/core-extensions.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/core-extensions.scss b/plugins/chat/assets/stylesheets/common/core-extensions.scss index 71c68a54dc4..98eb073ab37 100644 --- a/plugins/chat/assets/stylesheets/common/core-extensions.scss +++ b/plugins/chat/assets/stylesheets/common/core-extensions.scss @@ -1,4 +1,5 @@ .has-full-page-chat { + .global-notice, .create-topics-notice, .bootstrap-mode-notice { display: none;