toolbar of message is modified
This commit is contained in:
parent
97d23ab1ff
commit
5cc74eb11e
|
@ -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;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<input
|
||||
matInput
|
||||
#searchWordInput
|
||||
placeholder="name"
|
||||
placeholder="검색어"
|
||||
(keydown.enter)="onKeyDownEnter(searchWordInput.value)"
|
||||
/>
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue
Block a user