From 3d1571a8527a229726c9d37120e80eeb47c26dc8 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 7 Nov 2024 14:49:59 +0900 Subject: [PATCH] UX: do not hide topic composer in mobile chat (#29633) --- plugins/chat/assets/stylesheets/mobile/chat-footer.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/chat/assets/stylesheets/mobile/chat-footer.scss b/plugins/chat/assets/stylesheets/mobile/chat-footer.scss index fee1d6a2ea2..d3aff8ab965 100644 --- a/plugins/chat/assets/stylesheets/mobile/chat-footer.scss +++ b/plugins/chat/assets/stylesheets/mobile/chat-footer.scss @@ -30,7 +30,3 @@ } } } - -.has-full-page-chat div#reply-control { - display: none; -}