mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Possibly fix the dangling thread line
This commit is contained in:
parent
89c03945a3
commit
56fb2a9f2b
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
.timeline.contextual > li:last-child {
|
.timeline.contextual > li:last-child {
|
||||||
background-size: 100% 20px;
|
background-size: 100% 20px;
|
||||||
}
|
}
|
||||||
|
.timeline.contextual > li:only-child {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
.timeline.contextual > li.descendant {
|
.timeline.contextual > li.descendant {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue