From 2f279848b960edb18d02390c20dfa801bd2364d7 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Tue, 14 Apr 2026 00:10:41 +0300 Subject: [PATCH] update comment display --- src/styles/global.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 7830272..f9a63a0 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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 {