Comment line extended if there's status pre-meta

This commit is contained in:
Lim Chee Aun 2024-01-05 19:18:05 +08:00
parent 54314de976
commit be5fcc35ac

View file

@ -831,6 +831,11 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
border-top-right-radius: 0; border-top-right-radius: 0;
border-top: 0; border-top: 0;
background-size: 100% 16px; background-size: 100% 16px;
&:has(.status-pre-meta) {
/* 20px = icon of the pre-meta */
background-size: 100% calc(16px + 20px);
}
} }
.timeline:not(.flat) .timeline:not(.flat)
> li:is(.timeline-item-container-middle, .timeline-item-container-end) > li:is(.timeline-item-container-middle, .timeline-item-container-end)