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.
This commit is contained in:
Sam 2024-05-23 14:55:33 +10:00 committed by GitHub
parent d5c23f01ff
commit f8381c0e8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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;