make thread lines dotted
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.thread > .thread {
|
||||
padding-left: 17px;
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-left: 1px dotted rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.thread_level_4 .thread > .thread {
|
||||
padding-left: 5px;
|
||||
|
||||
@@ -99,6 +99,6 @@
|
||||
}
|
||||
|
||||
& ~ .thread {
|
||||
border-left-color: rgba(255, 255, 255, 0.15);
|
||||
border-left-color: rgba(255, 255, 255, 0.35);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user