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;