Some css
This commit is contained in:
parent
7a05ad1c3b
commit
fcbf74ca97
6 changed files with 70 additions and 55 deletions
|
@ -10,7 +10,15 @@
|
|||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 20px;
|
||||
width: 16px;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#chat-input::-webkit-scrollbar {
|
||||
width: 22px;
|
||||
}
|
||||
#chat-input::-webkit-scrollbar-thumb {
|
||||
border: 10px solid transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
|
@ -144,9 +152,11 @@
|
|||
transition: box-shadow 0.3s ease-in-out;
|
||||
width: 80%;
|
||||
resize: none;
|
||||
height: 80%;
|
||||
height: 70%;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
margin-top: auto;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
#chat-input:focus {
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
||||
|
|
|
@ -561,7 +561,7 @@
|
|||
this.style.height = (this.scrollHeight) + 'px';
|
||||
$(this).css('border-radius', '30px');
|
||||
} else {
|
||||
$(this).css('height', '80%');
|
||||
$(this).css('height', '70%');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue