make levels 5+ unindented

This commit is contained in:
Vyrtsev Mikhail
2019-06-29 21:00:31 -05:00
committed by Umputun
parent 75c294a692
commit 90103a5fe5
2 changed files with 2 additions and 10 deletions
@@ -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);
}
+2 -6
View File
@@ -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;
}