Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
This commit is contained in:
commit
89ebe02743
@ -111,8 +111,8 @@ main {
|
|||||||
|
|
||||||
#message-form {
|
#message-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-right: 1rem;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -242,6 +242,11 @@ textarea::placeholder {
|
|||||||
color: #a0a0a0;
|
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 container styles */
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -354,8 +359,8 @@ main {
|
|||||||
|
|
||||||
#message-form {
|
#message-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-right: 1rem;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user