mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
24 lines
481 B
CSS
24 lines
481 B
CSS
.messageView .b-content .messageItemHeader .fromPic {
|
|
display: inline-block;
|
|
float: left;
|
|
width: 50px;
|
|
height: 50px;
|
|
margin: 0 5px 0 0;
|
|
border: 1px solid var(--border-color, #ddd);
|
|
border-radius: 6px;
|
|
}
|
|
/*
|
|
.checkboxMessage {
|
|
background: #000 no-repeat center / contain;
|
|
background: #000 no-repeat right / 32px;
|
|
width:68px
|
|
}
|
|
*/
|
|
#rl-app .messageCheckbox {
|
|
padding-right:0;
|
|
white-space:nowrap;
|
|
}
|
|
.messageCheckbox .fromPic {
|
|
margin: -0.6em 0 -0.6em 0.4em;
|
|
height: 2em;
|
|
}
|