This commit is contained in:
Toby Zerner 2015-12-03 14:51:35 +10:30
parent d96e57eabb
commit 05386b1259
2 changed files with 1 additions and 5 deletions

View File

@ -67,7 +67,7 @@ export default class PostsUserPage extends UserPage {
<div className="PostsUserPage-discussion">
{app.translator.trans('core.forum.user.in_discussion_text', {discussion: <a href={app.route.post(post)} config={m.route}>{post.discussion().title()}</a>})}
</div>
{CommentPost.component({post, showDiscussionTitle: true})}
{CommentPost.component({post})}
</li>
))}
</ul>

View File

@ -370,7 +370,6 @@
border: 2px dashed @control-bg;
color: @muted-color;
border-radius: 10px;
padding: 20px;
.Post-header {
margin: 0;
@ -379,9 +378,6 @@
}
@media @tablet-up {
.ReplyPlaceholder {
margin-left: -20px;
margin-right: -20px;
padding-left: 110px;
border-color: transparent;
transition: border-color 0.2s;