feat: unify comments finder, show post comments

style: show post notices in a clean layout
This commit is contained in:
httpjamesm
2022-12-28 22:54:13 -05:00
parent 84ba0886cd
commit 599d23544b
3 changed files with 71 additions and 42 deletions

View File

@ -119,6 +119,14 @@ img {
font-size: 0.8rem;
}
.s-notice {
background-color: var(--meta-bg);
padding: 1rem;
border-radius: 5px;
color: var(--text-color);
margin-bottom: 1rem;
}
@media only screen and (max-width: 800px) {
body {
padding-left: 1rem;