Add dedicated information panel to the UI (#137)
* Allow streaming to the chatbot and the information panel without threading * Highlight evidence in a simple manner
This commit is contained in:
committed by
GitHub
parent
ebc61400d8
commit
513e86f490
@@ -32,6 +32,15 @@ footer {
|
||||
height: calc(100vh - 140px) !important;
|
||||
}
|
||||
|
||||
#chat-info-panel {
|
||||
max-height: calc(100vh - 140px) !important;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
|
||||
.setting-answer-mode-description {
|
||||
margin: 5px 5px 2px !important
|
||||
}
|
||||
|
||||
mark {
|
||||
background-color: #1496bb;
|
||||
}
|
||||
|
Reference in New Issue
Block a user