Added experimental avatars plugin for #115, #164, #569, #679

This commit is contained in:
the-djmaze 2022-11-22 17:44:57 +01:00
parent 7ef79635a6
commit ac73c0e3ff
44 changed files with 186 additions and 7 deletions

11
plugins/avatars/style.css Normal file
View file

@ -0,0 +1,11 @@
.messageView .b-content .messageItemHeader .fromPic {
display: inline-block;
float: left;
width: 50px;
height: 50px;
padding: 2px;
margin: 0 5px 0 0;
background: #fff;
border: 1px solid #ccc;
border-radius: 6px;
}