Bigger.
This commit is contained in:
@@ -100,6 +100,7 @@ button:active {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bottom_group {
|
#bottom_group {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// Includes terminating null.
|
// Includes terminating null.
|
||||||
#define SESSION_USERNAME_MAX_LEN 32
|
#define SESSION_USERNAME_MAX_LEN 32
|
||||||
#define SESSION_CHAT_BUF_SIZE 1024
|
#define SESSION_CHAT_BUF_SIZE 32768
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* session_t
|
* session_t
|
||||||
|
|||||||
Reference in New Issue
Block a user