snappymail/plugins/avatars/style.css

28 lines
514 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
}
*/
.messageCheckbox .fromPic {
2023-04-11 18:55:59 +08:00
margin: 0 -0.5em -0.4em 0.4em;
2022-11-23 19:32:57 +08:00
height: 1.5em;
width: 1.5em;
}
2023-04-18 17:35:31 +08:00
[dir="rtl"] .messageView .fromPic {
float: right;
margin: 0 0 0 4px;
}
2023-04-11 18:55:59 +08:00
[dir="rtl"] .messageCheckbox .fromPic {
margin: 0 0.4em -0.4em -0.5em;
}