This commit is contained in:
2026-02-14 22:37:45 -05:00
parent 2e8672fc9e
commit fddd499398
2 changed files with 2 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ button:active {
width: 100%;
gap: 2px;
justify-content: space-evenly;
margin-bottom: 2px;
}
#bottom_group {

View File

@@ -7,7 +7,7 @@
// Includes terminating null.
#define SESSION_USERNAME_MAX_LEN 32
#define SESSION_CHAT_BUF_SIZE 1024
#define SESSION_CHAT_BUF_SIZE 32768
/**
* session_t