Set width of chat layout to 100%

This commit is contained in:
sabaimran
2024-12-21 19:29:37 -08:00
parent a17cc9db38
commit 8c6b4217ae
2 changed files with 3 additions and 1 deletions

View File

@@ -64,9 +64,10 @@ div.chatBody {
div.chatLayout {
display: grid;
grid-template-columns: auto 1fr;
grid-template-columns: 1fr;
gap: 1rem;
padding-top: 1rem;
width: 100%;
}
div.chatBox {

View File

@@ -62,6 +62,7 @@ div.chatLayout {
display: grid;
grid-template-columns: auto 1fr;
gap: 1rem;
width: 100%;
}
div.chatBox {