Added feature #67

This commit is contained in:
djmaze 2021-03-25 16:26:26 +01:00
parent f26065bcc6
commit 59c1392b2c
2 changed files with 10 additions and 4 deletions

View file

@ -254,9 +254,9 @@ html.rl-no-preview-pane {
padding: 0 10px 0 5px; padding: 0 10px 0 5px;
} }
time { time, .sizeParent {
margin: 0 5px; margin: 0 5px;
color: #999; opacity: 0.6;
font-size: 11px; font-size: 11px;
white-space: nowrap; white-space: nowrap;
} }
@ -472,7 +472,7 @@ html .messageList .line-loading {
line-height: 16px; line-height: 16px;
margin-left: 30px; margin-left: 30px;
order: 1; order: 1;
width: calc(100% - 60px); width: calc(100% - 120px);
} }
.senderParent { .senderParent {
@ -483,9 +483,13 @@ html .messageList .line-loading {
order: 1; order: 1;
} }
.attachmentParent { .sizeParent {
order: 2; order: 2;
} }
.attachmentParent {
order: 3;
}
} }
} }

View file

@ -177,6 +177,8 @@
<span class="subject" data-bind="text: subject"></span> <span class="subject" data-bind="text: subject"></span>
</div> </div>
<div class="sizeParent actionHandle" data-bind="text: friendlySize()"></div>
<div class="threadsParent" data-bind="visible: 1 < threadsLen()"> <div class="threadsParent" data-bind="visible: 1 < threadsLen()">
<span class="threads-len"> <span class="threads-len">
<span class="threads-len-data"> <span class="threads-len-data">