From d661c70f1679d55eea19266a7f3afb0b8786bc4d Mon Sep 17 00:00:00 2001 From: keyan Date: Sun, 6 Aug 2023 14:31:24 -0500 Subject: [PATCH] more noticable new comment indicator --- components/item.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/item.module.css b/components/item.module.css index fb52c396..bdbcbffb 100644 --- a/components/item.module.css +++ b/components/item.module.css @@ -9,10 +9,10 @@ .notification { position: absolute; - padding: 2px; + padding: 3px; background-color: var(--bs-info); - top: -1px; - right: -3px; + top: -3px; + right: -4px; border: 1px solid var(--bs-body-bg); }