feat: make send button and message input box slightly bigger
This commit is contained in:
parent
786b4e0925
commit
c3b72b3be6
1 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,6 @@ onMounted(async () => {
|
||||||
#message-form {
|
#message-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 60%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#message-box-input {
|
#message-box-input {
|
||||||
|
@ -145,11 +144,12 @@ onMounted(async () => {
|
||||||
#submit-button {
|
#submit-button {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
color: white;
|
color: rgb(200, 200, 200);
|
||||||
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submit-button:hover {
|
#submit-button:hover {
|
||||||
background-color: rgb(40, 40, 40);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue