Update: margin-bottom: 0.85rem for .comment

This commit is contained in:
hyzen
2026-06-11 22:03:09 +05:30
parent 7d1de44d83
commit db275cd4bc
2 changed files with 2 additions and 2 deletions

View File

@@ -1003,7 +1003,7 @@
/* ── Individual comments ── */ /* ── Individual comments ── */
.comment { .comment {
margin-bottom: 0.86rem; margin-bottom: 0.85rem;
padding: 0.75rem 0.9rem 0 0.9rem; padding: 0.75rem 0.9rem 0 0.9rem;
border: 1px solid var(--background-color1, #e0e0e0); border: 1px solid var(--background-color1, #e0e0e0);
border-radius: 6px; border-radius: 6px;

View File

@@ -1003,7 +1003,7 @@
/* ── Individual comments ── */ /* ── Individual comments ── */
.comment { .comment {
margin-bottom: 0.86rem; margin-bottom: 0.85rem;
padding: 0.75rem 0.9rem 0 0.9rem; padding: 0.75rem 0.9rem 0 0.9rem;
border: 1px solid var(--background-color1, #e0e0e0); border: 1px solid var(--background-color1, #e0e0e0);
border-radius: 6px; border-radius: 6px;