brought vote button back to collapsed inline discussions
This commit is contained in:
@@ -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" />
|
||||
Reference in New Issue
Block a user