mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Resolve issue #141
This commit is contained in:
parent
f046fbf5cd
commit
e105ecdf1b
2 changed files with 8 additions and 4 deletions
|
|
@ -301,10 +301,12 @@ html.rl-no-preview-pane {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.threads-len {
|
||||
.threads-len span {
|
||||
border-radius: 6px;
|
||||
padding: 2px 0 1px 4px;
|
||||
border: 1px solid #ccc;
|
||||
font-size: 11px;
|
||||
margin: -1px 0;
|
||||
padding: 0 2px;
|
||||
&:hover {
|
||||
background-color: rgba(127,127,127,0.3);
|
||||
border-color: #666;
|
||||
|
|
|
|||
|
|
@ -214,8 +214,10 @@
|
|||
<div class="sizeParent actionHandle" data-bind="text: friendlySize()"></div>
|
||||
|
||||
<div class="threads-len" data-bind="visible: 1 < threadsLen()">
|
||||
<!-- ko text: threadsLen --><!-- /ko -->
|
||||
›
|
||||
<span>
|
||||
<!-- ko text: threadsLen --><!-- /ko -->
|
||||
›
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<time class="actionHandle" data-moment-format="SHORT" data-moment-format-title="FULL" data-bind="moment: dateTimeStampInUTC"></time>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue