Commit b3335ec5 by Tom Giannattasio

brought vote button back to collapsed inline discussions

parent aa6e8786
......@@ -1710,16 +1710,14 @@ body.discussion {
padding: 0;
@include transition(all .25s);
.dogear,
.vote-btn {
.dogear {
display: none;
}
&.expanded {
padding: 20px 0;
.dogear,
.vote-btn {
.dogear{
display: block;
}
......
......@@ -30,4 +30,4 @@
</ol>
</article>
<%include file="_js_data.html" />
<%include file="_js_data.html" />
\ No newline at end of file
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