mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +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;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.threads-len {
|
.threads-len span {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 2px 0 1px 4px;
|
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
font-size: 11px;
|
||||||
|
margin: -1px 0;
|
||||||
|
padding: 0 2px;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(127,127,127,0.3);
|
background-color: rgba(127,127,127,0.3);
|
||||||
border-color: #666;
|
border-color: #666;
|
||||||
|
|
|
||||||
|
|
@ -214,8 +214,10 @@
|
||||||
<div class="sizeParent actionHandle" data-bind="text: friendlySize()"></div>
|
<div class="sizeParent actionHandle" data-bind="text: friendlySize()"></div>
|
||||||
|
|
||||||
<div class="threads-len" data-bind="visible: 1 < threadsLen()">
|
<div class="threads-len" data-bind="visible: 1 < threadsLen()">
|
||||||
<!-- ko text: threadsLen --><!-- /ko -->
|
<span>
|
||||||
›
|
<!-- ko text: threadsLen --><!-- /ko -->
|
||||||
|
›
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<time class="actionHandle" data-moment-format="SHORT" data-moment-format-title="FULL" data-bind="moment: dateTimeStampInUTC"></time>
|
<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