simple message message widget "finished", can swap between multiple conv

This commit is contained in:
2025-12-06 01:39:11 +01:00
parent e1b588fc61
commit f0c025da0d
3 changed files with 50 additions and 21 deletions

View File

@@ -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;
}