ref(chat): add light top border on input for visual separation
This commit is contained in:
parent
4d04141f24
commit
0318568a30
|
@ -111,6 +111,7 @@
|
||||||
|
|
||||||
#chat-input {
|
#chat-input {
|
||||||
background-color: $newToolbarBackgroundColor;
|
background-color: $newToolbarBackgroundColor;
|
||||||
|
border-top: 1px solid #A4B8D1;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue