feat(FN-3331): add New Chat button to thread header on desktop
Adds a New Chat button to the ChatView thread header on desktop with accompanying CSS styling and tests. The feature is scoped to the dashboard's chat interface with 62 lines of additions across the component, its stylesheet, and test file. Fusion-Task-Id: FN-3331
This commit is contained in:
@@ -214,6 +214,11 @@
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.chat-thread-header-new-chat {
|
||||
margin-left: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* Messages */
|
||||
.chat-messages {
|
||||
flex: 1;
|
||||
@@ -1026,6 +1031,10 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.chat-thread-header-new-chat {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.chat-session-delete-btn {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user