Commit 5d9c801c authored by Jake Hartnell's avatar Jake Hartnell Committed by Randall Leeds

Fix thread collapsing UX.

parent 33469084
...@@ -166,23 +166,24 @@ privacy { ...@@ -166,23 +166,24 @@ privacy {
} }
} }
.annotation-collapsed-replies { .annotation-collapsed-replies {
display: none; display: none;
} }
.annotation.collapsed { .thread-replies {
margin-bottom: 0; .annotation.collapsed {
margin-bottom: 0;
.annotation-header { .annotation-header {
margin: 0; margin: 0;
} }
.annotation-body, .tags, .annotation-actions, .annotation-footer { .annotation-body, .tags, .annotation-actions, .annotation-footer {
display: none; display: none;
} }
.annotation-collapsed-replies { .annotation-collapsed-replies {
display: inline; display: inline;
}
} }
} }
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