simple message message widget "finished", can swap between multiple conv
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
.chatWidget{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.convcard {
|
||||
background-color: brown;
|
||||
}
|
||||
@@ -5,7 +10,7 @@
|
||||
.convlist {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
align-items: right;
|
||||
background-color: darkcyan;
|
||||
}
|
||||
Reference in New Issue
Block a user