Update style and templates

This commit is contained in:
Visman 2023-03-10 15:33:49 +07:00
parent e5ee69d333
commit ae9ea5403b
3 changed files with 13 additions and 9 deletions
app/templates
public/style/ForkBB

View file

@ -95,8 +95,8 @@
{!! $post->html() !!}
</div>
@if ($p->user->showSignature && $post->user->isSignature)
<aside class="f-post-signature">
<hr>
<aside class="f-post-sign">
<hr class="f-sign-brd">
{!! $post->user->htmlSign !!}
</aside>
@endif

View file

@ -113,8 +113,8 @@
@endif
</div>
@if ($p->user->showSignature && $post->user->isSignature)
<aside class="f-post-signature">
<hr>
<aside class="f-post-sign">
<hr class="f-sign-brd">
{!! $post->user->htmlSign !!}
</aside>
@endif

View file

@ -198,7 +198,7 @@ body,
background-color: #D3B58D;
}
#fork option {
#fork select:not([multiple]) option {
background-color: #AA7939;
}
@ -1566,12 +1566,16 @@ body,
display: none;
} */
#fork .f-post-signature {
#fork .f-post-sign {
font-size: 0.875rem;
opacity: 0.5;
padding: 0.3125rem;
}
#fork .f-sign-brd {
margin: 0;
}
#fork .f-admin-note {
color: #D8000C;
}
@ -1648,14 +1652,14 @@ body,
background-color: #FFBABA;
}
#fork .f-post-body p,
/* #fork .f-post-body p,
#fork .f-post-body blockquote,
#fork .f-post-body br,
#fork .f-post-body pre,
#fork .f-post-body ol,
#fork .f-post-body ul {
#fork .f-post-body ul { */
/* margin-bottom: 0.625rem; */
}
/* } */
@media screen and (min-width: 50rem) {
#fork .f-post {