cleanup input handling, fix server move packets

This commit is contained in:
Brian Beck 2026-03-13 11:08:11 -07:00
parent 409df9fcaa
commit e9125951e4
84 changed files with 2085 additions and 1808 deletions

View file

@ -1,7 +1,7 @@
.ChatContainer {
position: absolute;
top: 8px;
left: 8px;
top: 6px;
left: 6px;
width: 400px;
max-width: 50%;
display: flex;
@ -11,8 +11,8 @@
}
.ChatWindow {
max-height: 12.5em;
min-height: 4em;
max-height: 12.5em;
overflow-y: auto;
background: rgba(0, 50, 60, 0.65);
padding: 6px;