Add a ride hand side bar for chat controls

This commit is contained in:
sabaimran
2025-01-17 16:45:50 -08:00
parent 00843f4f24
commit 2fa212061d
15 changed files with 465 additions and 51 deletions

View File

@@ -39,7 +39,7 @@ div.inputBox:focus {
div.chatBodyFull {
display: grid;
grid-template-columns: 1fr;
height: 100%;
height: auto;
}
button.inputBox {
@@ -83,7 +83,7 @@ div.titleBar {
div.chatBoxBody {
display: grid;
height: 100%;
width: 95%;
width: 100%;
margin: auto;
}