From fddd499398795f481c8e44324717ce8ce3ab7d0e Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 14 Feb 2026 22:37:45 -0500 Subject: [PATCH] Bigger. --- client/public/style.css | 1 + server/src/include/session.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/public/style.css b/client/public/style.css index a05486e..94b065c 100644 --- a/client/public/style.css +++ b/client/public/style.css @@ -100,6 +100,7 @@ button:active { width: 100%; gap: 2px; justify-content: space-evenly; + margin-bottom: 2px; } #bottom_group { diff --git a/server/src/include/session.h b/server/src/include/session.h index a1c1bf3..e94f6a7 100644 --- a/server/src/include/session.h +++ b/server/src/include/session.h @@ -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