From cab5840df868cca08ed1fa447aed84ef2282bd5c Mon Sep 17 00:00:00 2001 From: hyzen Date: Thu, 11 Jun 2026 14:34:04 +0530 Subject: [PATCH] Update: comment styling --- docs/css/custom.css | 2 +- static/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index c4d06af..7723eef 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -998,7 +998,7 @@ .comment { margin-bottom: 1.2rem; - padding: 0.75rem 0.9rem; + padding: 0.75rem 0.9rem 0 0.9rem; border: 1px solid var(--background-color1, #e0e0e0); border-radius: 6px; background: var(--background-color); diff --git a/static/css/custom.css b/static/css/custom.css index c4d06af..7723eef 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -998,7 +998,7 @@ .comment { margin-bottom: 1.2rem; - padding: 0.75rem 0.9rem; + padding: 0.75rem 0.9rem 0 0.9rem; border: 1px solid var(--background-color1, #e0e0e0); border-radius: 6px; background: var(--background-color);