Merge branch 'dev'
Some checks are pending
Sync and Deploy Astro Blog / sync-blog-content (push) Waiting to run
Sync and Deploy Astro Blog / build-and-deploy (push) Blocked by required conditions
Sync and Deploy Astro Blog / manual-deploy (push) Waiting to run

This commit is contained in:
ClovertaTheTrilobita 2026-04-14 00:10:56 +03:00
commit c1db660259

View file

@ -298,11 +298,12 @@ img {
.comment-time {
color: #7a7a7a;
font-size: 0.9rem;
font-size: 0.7rem;
}
.comment-card-title {
grid-area: title;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-align: right;
min-width: 0;
}
@ -409,13 +410,14 @@ html.dark .latest-comments .comment-avatar-fallback,
.comment-card-body {
grid-template-columns: 1fr;
grid-template-areas:
"info"
"title"
"info"
"text";
}
.comment-card-title {
text-align: left;
margin-bottom: 0.2rem;
}
.comment-title-link {