Improve share chat UI for alignment

This commit is contained in:
sabaimran
2024-12-20 12:28:31 -08:00
parent 7770caa793
commit ba792c02ba
3 changed files with 4 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
div.main {
height: 100vh;
height: 100%;
color: hsla(var(--foreground));
margin-left: auto;
margin-right: auto;
@@ -96,11 +96,6 @@ div.agentIndicator {
div.chatBody {
grid-template-columns: 0fr 1fr;
}
div.chatBox {
padding: 0;
height: min-content;
}
}
@media screen and (max-width: 768px) {
@@ -112,11 +107,6 @@ div.agentIndicator {
width: 100%;
}
div.chatBox {
padding: 0;
height: min-content;
}
div.chatLayout {
gap: 0;
grid-template-columns: 1fr;