This commit is contained in:
MrMasrozYTLIVE 2024-06-09 09:29:39 +03:00
commit 89ebe02743

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%;
}