Skip to content

Commit

Permalink
Added feature #67
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Mar 25, 2021
1 parent f26065b commit 59c1392
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 8 additions & 4 deletions dev/Styles/MessageList.less
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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 {
Expand All @@ -483,9 +483,13 @@ html .messageList .line-loading {
order: 1;
}

.attachmentParent {
.sizeParent {
order: 2;
}

.attachmentParent {
order: 3;
}
}
}

Expand Down
Expand Up @@ -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">
Expand Down

0 comments on commit 59c1392

Please sign in to comment.