Possibly fix the dangling thread line

This commit is contained in:
Lim Chee Aun 2023-03-17 17:15:24 +08:00
parent 89c03945a3
commit 56fb2a9f2b

View file

@ -204,6 +204,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
.timeline.contextual > li:last-child {
background-size: 100% 20px;
}
.timeline.contextual > li:only-child {
background-image: none;
}
.timeline.contextual > li.descendant {
position: relative;
}