Reading time is not aligned correctly with the latest Safari

Fixes #1873
This commit is contained in:
Frédéric Guillot 2023-05-10 20:12:31 -07:00 committed by Frédéric Guillot
parent fe039b3c55
commit 3987a2ce8a
1 changed files with 1 additions and 5 deletions

View File

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