toolbar of message is modified

This commit is contained in:
병준 박 2019-11-26 13:51:19 +09:00
parent 97d23ab1ff
commit 5cc74eb11e
2 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@
}
.chat-toolbar {
width: 100%;
height: 80px;
min-height: 80px;
height: 70px;
min-height: 70px;
align-items: center;
background-color: #ffffff !important;
border-bottom: 1px solid #dddddd;

View File

@ -15,7 +15,7 @@
<input
matInput
#searchWordInput
placeholder="name"
placeholder="검색어"
(keydown.enter)="onKeyDownEnter(searchWordInput.value)"
/>
<button