front end update:
- chat support markdown - stop button for chat - configurable for deepagent
This commit is contained in:
@@ -618,6 +618,7 @@ button:disabled {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
grid-template-columns: 1fr auto;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.chat-modal-input textarea {
|
||||
@@ -628,3 +629,23 @@ button:disabled {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.chat-modal-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.chat-modal-actions button {
|
||||
height: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.chat-stop-button {
|
||||
background-color: #dc3545;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.chat-stop-button:hover {
|
||||
background-color: #bb2d3b;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user