First private messages working
This commit is contained in:
parent
0c2bdfaf77
commit
a1e7504444
5 changed files with 303 additions and 172 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue