mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +01:00
Comment line extended if there's status pre-meta
This commit is contained in:
parent
54314de976
commit
be5fcc35ac
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue