Possibly fix the dangling thread line

pull/86/head
Lim Chee Aun 2023-03-17 17:15:24 +08:00
rodzic 89c03945a3
commit 56fb2a9f2b
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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;
}