mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 22:36:01 +08:00
Added feature #67
This commit is contained in:
parent
f26065bcc6
commit
59c1392b2c
2 changed files with 10 additions and 4 deletions
|
@ -254,9 +254,9 @@ html.rl-no-preview-pane {
|
|||
padding: 0 10px 0 5px;
|
||||
}
|
||||
|
||||
time {
|
||||
time, .sizeParent {
|
||||
margin: 0 5px;
|
||||
color: #999;
|
||||
opacity: 0.6;
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -472,7 +472,7 @@ html .messageList .line-loading {
|
|||
line-height: 16px;
|
||||
margin-left: 30px;
|
||||
order: 1;
|
||||
width: calc(100% - 60px);
|
||||
width: calc(100% - 120px);
|
||||
}
|
||||
|
||||
.senderParent {
|
||||
|
@ -483,9 +483,13 @@ html .messageList .line-loading {
|
|||
order: 1;
|
||||
}
|
||||
|
||||
.attachmentParent {
|
||||
.sizeParent {
|
||||
order: 2;
|
||||
}
|
||||
|
||||
.attachmentParent {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -177,6 +177,8 @@
|
|||
<span class="subject" data-bind="text: subject"></span>
|
||||
</div>
|
||||
|
||||
<div class="sizeParent actionHandle" data-bind="text: friendlySize()"></div>
|
||||
|
||||
<div class="threadsParent" data-bind="visible: 1 < threadsLen()">
|
||||
<span class="threads-len">
|
||||
<span class="threads-len-data">
|
||||
|
|
Loading…
Reference in a new issue