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

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