Working on Config system (Saving & Loading user data) #3

Merged
snxraven merged 16 commits from MiTask/LinkUp-P2P-Chat:main into main 2024-06-09 03:11:48 -04:00
Showing only changes of commit 89ebe02743 - Show all commits

View File

@ -111,8 +111,8 @@ main {
#message-form {
display: flex;
align-items: center;
margin-top: 1rem;
margin-right: 1rem;
width: 100%;
}
@ -242,6 +242,11 @@ textarea::placeholder {
color: #a0a0a0;
}
#attach-file, #message-form input[type="submit"] {
padding: 0.5rem 1rem; /* Add padding to buttons */
margin-left: 0.5rem; /* Add margin between buttons */
}
/* Main container styles */
main {
display: flex;
@ -354,8 +359,8 @@ main {
#message-form {
display: flex;
align-items: center;
margin-top: 1rem;
margin-right: 1rem;
width: 100%;
}