Fix wonky avatar display when expanding a deleted post

This commit is contained in:
Toby Zerner
2016-05-21 20:29:04 +09:30
parent c05f8b732d
commit 9f69b7b846

View File

@ -181,11 +181,13 @@
}
&.revealContent {
.Post-body, .Post-footer, h3 .Avatar, .PostUser-badges {
position: static;
visibility: visible;
opacity: 0.5;
margin-top: 0;
}
.Post-body, .Post-footer, .PostUser-badges {
position: static;
}
}
.Post-header .Button--more {
background: fade(@muted-more-color, 30%);