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