|
@@ -734,15 +734,11 @@ template {
|
|
|
font-size: 0.85em;
|
|
font-size: 0.85em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.item-meta-info li:after {
|
|
|
|
|
|
|
+.item-meta-info li:not(:last-child):after {
|
|
|
content: "|";
|
|
content: "|";
|
|
|
color: var(--item-meta-li-color);
|
|
color: var(--item-meta-li-color);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.item-meta-info li:last-child:after {
|
|
|
|
|
- content: "";
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.item-meta-icons li {
|
|
.item-meta-icons li {
|
|
|
margin-right: 8px;
|
|
margin-right: 8px;
|
|
|
margin-top: 4px;
|
|
margin-top: 4px;
|