1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

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

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;