Further improve mobile layout with side panel

This commit is contained in:
sabaimran
2024-12-19 22:00:32 -08:00
parent 43331f7730
commit 02c503e966
3 changed files with 3 additions and 9 deletions

View File

@@ -66,6 +66,7 @@ div.chatLayout {
display: grid;
grid-template-columns: auto 1fr;
gap: 1rem;
padding-top: 1rem;
}
div.chatBox {