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:
sabaimran
2024-07-28 15:19:36 +05:30
parent 1a1d9c7257
commit 551630f0f1
6 changed files with 324 additions and 72 deletions

View File

@@ -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 {