forked from snxraven/LinkUp-P2P-Chat
Adding padding to the attach file and send buttons
This commit is contained in:
parent
ee52e49030
commit
b227683778
@ -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