diff --git a/framework/core/less/forum/Post.less b/framework/core/less/forum/Post.less index a2fe27582..269d6dc9f 100644 --- a/framework/core/less/forum/Post.less +++ b/framework/core/less/forum/Post.less @@ -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%);