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

Fix thread collapsing UX.

parent 33469084
...@@ -166,12 +166,12 @@ privacy { ...@@ -166,12 +166,12 @@ privacy {
} }
} }
.annotation-collapsed-replies { .annotation-collapsed-replies {
display: none; display: none;
} }
.annotation.collapsed { .thread-replies {
.annotation.collapsed {
margin-bottom: 0; margin-bottom: 0;
.annotation-header { .annotation-header {
...@@ -185,4 +185,5 @@ privacy { ...@@ -185,4 +185,5 @@ privacy {
.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