mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
parent
7ef79635a6
commit
ac73c0e3ff
44 changed files with 186 additions and 7 deletions
11
plugins/avatars/style.css
Normal file
11
plugins/avatars/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue