make levels 5+ unindented
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
.thread_theme_dark {
|
||||
border-left-color: rgba(255, 255, 255, 0.35);
|
||||
}
|
||||
|
||||
.thread_theme_dark.thread_level_6 {
|
||||
border-left-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
@@ -3,11 +3,7 @@
|
||||
border-left: 1px dotted rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.thread_level_5,
|
||||
.thread_level_6 {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.thread_level_6 {
|
||||
border-left: 1px dotted rgba(0, 0, 0, 0.08);
|
||||
border-left: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user