* Fixed style in viewing topic and deleting post

This commit is contained in:
Visman 2018-10-22 21:01:35 +07:00
parent f593ed632c
commit 1b9c1ba635
2 changed files with 5 additions and 1 deletions

View file

@ -44,6 +44,9 @@
<span class="f-post-number"><a href="{!! $post->link !!}" rel="bookmark">#{!! $post->postNumber !!}</a></span>
</header>
<address class="f-post-user">
<ul class="f-user-info-first">
<li class="f-username">{{ $post->poster }}</li>
</ul>
<ul class="f-user-info">
<li class="f-username">{{ $post->poster }}</li>
</ul>

View file

@ -1576,6 +1576,7 @@ body,
#fork .f-post-user {
flex-direction: column;
width: 13rem;
border-right: 0.0625rem solid #AA7939;
}
#fork .f-user-info-first {
@ -1602,7 +1603,6 @@ body,
#fork .f-post-btns {
width: calc(100% - 13rem);
position: relative;
border-left: 0.0625rem solid #AA7939;
}
#fork .f-post-footer {
@ -1616,6 +1616,7 @@ body,
width: 13rem;
padding: 0 0.625rem 0.625rem 0.625rem;
background-color: #F8F4E3;
border-right: 0.0625rem solid #AA7939;
}
#fork .f-userstatus {