mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
- Add non-functional UI elements for chat, references, feedback buttons, rename/share session, mic, attachment, websocket connection
23 lines
329 B
CSS
23 lines
329 B
CSS
div.chatHistory {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
}
|
|
|
|
div.chatLayout {
|
|
height: 80vh;
|
|
overflow-y: auto;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
div.agentIndicator a {
|
|
display: flex;
|
|
text-align: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
div.agentIndicator {
|
|
padding: 10px;
|
|
}
|