Display status if there's no comments

This commit is contained in:
daudix
2024-08-08 05:56:48 +03:00
parent 83b7e84292
commit 5325d17667
5 changed files with 19 additions and 0 deletions

View File

@ -30,6 +30,14 @@
gap: 2rem;
margin-top: 2rem;
#comments-status {
margin-block-start: 0;
color: var(--fg-muted-4);
font-weight: bold;
font-size: 1.5em;
text-align: center;
}
.comment {
display: grid;
grid-template-columns: min-content;