snappymail/plugins/avatars/style.css

25 lines
434 B
CSS
Raw Normal View History

2022-11-23 19:32:57 +08:00
.messageView .fromPic {
float: left;
width: 50px;
height: 50px;
2022-11-23 19:32:57 +08:00
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
}
*/
#rl-app .messageCheckbox {
padding-right:0;
white-space:nowrap;
}
.messageCheckbox .fromPic {
2022-11-23 19:32:57 +08:00
margin: 0 0 -0.4em 0.4em;
height: 1.5em;
max-width: 1.5em;
}