toolbar of message is modified
This commit is contained in:
parent
97d23ab1ff
commit
5cc74eb11e
|
@ -24,8 +24,8 @@
|
||||||
}
|
}
|
||||||
.chat-toolbar {
|
.chat-toolbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
height: 70px;
|
||||||
min-height: 80px;
|
min-height: 70px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
border-bottom: 1px solid #dddddd;
|
border-bottom: 1px solid #dddddd;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<input
|
<input
|
||||||
matInput
|
matInput
|
||||||
#searchWordInput
|
#searchWordInput
|
||||||
placeholder="name"
|
placeholder="검색어"
|
||||||
(keydown.enter)="onKeyDownEnter(searchWordInput.value)"
|
(keydown.enter)="onKeyDownEnter(searchWordInput.value)"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue
Block a user