Resolve issue #141

This commit is contained in:
djmaze 2021-09-09 11:33:28 +02:00
parent f046fbf5cd
commit e105ecdf1b
2 changed files with 8 additions and 4 deletions

View file

@ -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;

View file

@ -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>