basic conv display + fetch messages fnc

This commit is contained in:
2025-12-04 23:36:54 +01:00
parent 787a248e6f
commit e1b588fc61
8 changed files with 153 additions and 62 deletions

View File

@@ -0,0 +1,11 @@
.convcard {
background-color: brown;
}
.convlist {
display: flex;
flex-direction: column;
align-items: right;
background-color: darkcyan;
}