Have the home and chat page take full height, reduce greeting top space

This commit is contained in:
Debanjum Singh Solanky
2024-08-03 11:54:12 +05:30
parent cf8745ef78
commit e66adf60c5
3 changed files with 13 additions and 26 deletions

View File

@@ -98,17 +98,6 @@ div.agentIndicator {
}
@media (max-width: 768px) {
div.chatBody {
grid-template-columns: 0fr 1fr;
}
div.chatBox {
padding: 0;
height: min-content;
}
}
@media screen and (max-width: 768px) {
div.inputBox {
margin-bottom: 0px;
@@ -118,9 +107,13 @@ div.agentIndicator {
width: 100%;
}
div.chatBody {
grid-template-columns: 0fr 1fr;
}
div.chatBox {
padding: 0;
height: min-content;
height: 100%;
}
div.chatLayout {