From c30f14de49dcb52651b15e08d43c66108c74ceed Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 25 Aug 2025 15:28:11 -0500 Subject: [PATCH] Hide reactions counter optionally --- common/common.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/common.scss b/common/common.scss index b5074d7..65cbe07 100644 --- a/common/common.scss +++ b/common/common.scss @@ -388,4 +388,7 @@ body.option-disable-reactions-negative { display: none; } } + .discourse-reactions-counter .reactions-counter { + display: none; + } }