mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 02:32:45 +08:00
Clean up
This commit is contained in:
parent
d96e57eabb
commit
05386b1259
|
@ -67,7 +67,7 @@ export default class PostsUserPage extends UserPage {
|
||||||
<div className="PostsUserPage-discussion">
|
<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>})}
|
{app.translator.trans('core.forum.user.in_discussion_text', {discussion: <a href={app.route.post(post)} config={m.route}>{post.discussion().title()}</a>})}
|
||||||
</div>
|
</div>
|
||||||
{CommentPost.component({post, showDiscussionTitle: true})}
|
{CommentPost.component({post})}
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -370,7 +370,6 @@
|
||||||
border: 2px dashed @control-bg;
|
border: 2px dashed @control-bg;
|
||||||
color: @muted-color;
|
color: @muted-color;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 20px;
|
|
||||||
|
|
||||||
.Post-header {
|
.Post-header {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -379,9 +378,6 @@
|
||||||
}
|
}
|
||||||
@media @tablet-up {
|
@media @tablet-up {
|
||||||
.ReplyPlaceholder {
|
.ReplyPlaceholder {
|
||||||
margin-left: -20px;
|
|
||||||
margin-right: -20px;
|
|
||||||
padding-left: 110px;
|
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
transition: border-color 0.2s;
|
transition: border-color 0.2s;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user