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:
parent
d5c23f01ff
commit
f8381c0e8a
|
@ -4,6 +4,7 @@ nav.post-controls .actions button.cancel-streaming {
|
||||||
|
|
||||||
.ai-bot-chat {
|
.ai-bot-chat {
|
||||||
#reply-control {
|
#reply-control {
|
||||||
|
.user-selector,
|
||||||
.title-and-category,
|
.title-and-category,
|
||||||
#private-message-users {
|
#private-message-users {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue