Resolve #737 by new messagelist view per day

This commit is contained in:
the-djmaze 2022-12-22 17:15:54 +01:00
parent d8a64124f2
commit 8aa9d3009b
5 changed files with 57 additions and 24 deletions

View file

@ -29,6 +29,14 @@ html.rl-no-preview-pane {
display: flex;
flex-direction: column;
.day {
background:rgba(128,128,128,0.2);
font-size: 90%;
line-height: 2;
text-align: center;
text-transform: capitalize;
}
.b-footer {
display: flex;
flex-shrink: 0;