mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Code clean-up and some fit and finish
- Add a lot more suggestions cards, improve mobile rendering of suggestion cards, improve alignment of chat input, shift message when starts recording voice, remove dead code
This commit is contained in:
@@ -3,8 +3,7 @@ div.main {
|
||||
color: hsla(var(--foreground));
|
||||
}
|
||||
|
||||
.suggestions {
|
||||
display: flex;
|
||||
div.suggestions {
|
||||
overflow-x: none;
|
||||
height: fit-content;
|
||||
padding: 10px;
|
||||
@@ -106,6 +105,7 @@ div.sidePanel {
|
||||
|
||||
div.chatBoxBody {
|
||||
width: 100%;
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
|
||||
div.chatBox {
|
||||
|
||||
Reference in New Issue
Block a user