change chat input style

This commit is contained in:
HF 2021-05-18 21:54:04 +02:00
parent ce0be2d37e
commit e5ca21a285
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ const Chat = ({
<div className="chatinput">
<form
onSubmit={(e) => handleSubmit(e)}
style={{ display: 'flex', flexDirection: 'row' }}
style={{ display: 'flex', flexDirection: 'row', height: '100%' }}
>
<input
style={{ flexGrow: 1, minWidth: 40 }}

View File

@ -595,7 +595,7 @@ tr:nth-child(even) {
overflow-y: scroll;
}
.chatinput {
height: 22px;
height: 24px;
white-space: nowrap;
}
.chatname {