* collapse comment by border * Fix after review * hide avatar in collapsed state * fix lines icon
13 lines
152 B
SCSS
13 lines
152 B
SCSS
.thread {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.thread_indented {
|
|
margin-left: 17px;
|
|
}
|
|
|
|
.thread_level_6 .thread_level_6 {
|
|
margin-left: 0;
|
|
}
|