mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Resolve #737 by new messagelist view per day
This commit is contained in:
parent
d8a64124f2
commit
8aa9d3009b
5 changed files with 57 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue