First private messages working

This commit is contained in:
NigeParis 2025-12-05 16:37:26 +01:00
parent 0c2bdfaf77
commit a1e7504444
5 changed files with 303 additions and 172 deletions

View file

@ -159,8 +159,11 @@
div-buddies-list {
@apply
text-black
whitespace-pre-wrap;
whitespace-pre-wrap
cursor-pointer
hover:text-blue-500
transition-colors
duration-150;
}
p {
@ -180,4 +183,10 @@ div-notlog {
text-red-800
text-3xl
text-center;
}
div-private {
@apply
text-blue-800;
}