From f8381c0e8a6fcdab91e4ad23fdc998377c2e23ba Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 May 2024 14:55:33 +1000 Subject: [PATCH] UX: suppress "this is a warning" (#636) When triggering a PM from new-message route, we still had the UI for "this is an official warning" This removes that UI from bot messages, which is all clutter. --- assets/stylesheets/modules/ai-bot/common/bot-replies.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/modules/ai-bot/common/bot-replies.scss b/assets/stylesheets/modules/ai-bot/common/bot-replies.scss index 0e9f0e39..aa404fe3 100644 --- a/assets/stylesheets/modules/ai-bot/common/bot-replies.scss +++ b/assets/stylesheets/modules/ai-bot/common/bot-replies.scss @@ -4,6 +4,7 @@ nav.post-controls .actions button.cancel-streaming { .ai-bot-chat { #reply-control { + .user-selector, .title-and-category, #private-message-users { display: none;