snappymail/plugins/avatars/style.css
2023-04-11 12:55:59 +02:00

23 lines
441 B
CSS

.messageView .fromPic {
float: left;
width: 50px;
height: 50px;
margin: 0 4px 0 0;
padding: 1px;
border-radius: var(--border-radius, 5px);
}
/*
.checkboxMessage {
background: #000 no-repeat center / contain;
background: #000 no-repeat right / 32px;
width:68px
}
*/
.messageCheckbox .fromPic {
margin: 0 -0.5em -0.4em 0.4em;
height: 1.5em;
width: 1.5em;
}
[dir="rtl"] .messageCheckbox .fromPic {
margin: 0 0.4em -0.4em -0.5em;
}