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 {
}
}
.annotation-collapsed-replies {
display: none;
}
.annotation.collapsed {
margin-bottom: 0;
.thread-replies {
.annotation.collapsed {
margin-bottom: 0;
.annotation-header {
margin: 0;
}
.annotation-header {
margin: 0;
}
.annotation-body, .tags, .annotation-actions, .annotation-footer {
display: none;
}
.annotation-body, .tags, .annotation-actions, .annotation-footer {
display: none;
}
.annotation-collapsed-replies {
display: inline;
.annotation-collapsed-replies {
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