Commit ad5fa123 authored by Aron Carroll's avatar Aron Carroll

Apply reply fix to all thread-reply elements

parent 53beedf4
...@@ -19,14 +19,16 @@ $threadexp-width: .6em; ...@@ -19,14 +19,16 @@ $threadexp-width: .6em;
.thread-list { .thread-list {
margin-top: 0.5em; margin-top: 0.5em;
.thread-reply { display: inline-block }
.thread-collapsed { .thread-collapsed {
.tag-list, .annotation-body {display: none;} .tag-list, .annotation-body {display: none;}
.thread-reply { margin-top: 0 } .thread-reply { margin-top: 0 }
} }
} }
.thread-reply {
display: inline-block
}
.thread { .thread {
@include pie-clearfix; @include pie-clearfix;
cursor: pointer; cursor: pointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment