1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-08-28 20:49:15 +00:00

Hide reactions counter optionally

This commit is contained in:
2025-08-25 15:28:11 -05:00
parent 20d0f0b0ed
commit c30f14de49

View File

@@ -388,4 +388,7 @@ body.option-disable-reactions-negative {
display: none;
}
}
.discourse-reactions-counter .reactions-counter {
display: none;
}
}