basic conv display + fetch messages fnc
This commit is contained in:
11
src/components/widget/chatWidget.css
Normal file
11
src/components/widget/chatWidget.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.convcard {
|
||||
background-color: brown;
|
||||
}
|
||||
|
||||
.convlist {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: right;
|
||||
background-color: darkcyan;
|
||||
}
|
||||
Reference in New Issue
Block a user