Further clean up in home page initial cards experience

This commit is contained in:
sabaimran
2024-12-22 18:11:19 -08:00
parent 4c4f4401b1
commit c83709fdd1
5 changed files with 27 additions and 29 deletions

View File

@@ -98,16 +98,24 @@ div.homeGreetings {
div.chatBox {
padding: 0;
height: 100vh;
height: 100%;
}
div.chatLayout {
gap: 0;
grid-template-columns: 1fr;
grid-template-rows: auto 1fr;
display: flex;
height: 100%;
}
div.homeGreetings {
grid-template-rows: auto 1fr;
display: flex;
flex-direction: column;
}
div.inputBox {
margin-bottom: 0;
height: fit-content;
align-items: flex-end;
margin-top: auto;
}
}