Fix reaction counts hiding

pull/253/head
Andrew Godwin 2022-12-23 22:56:59 -07:00
rodzic b5be9b576d
commit 3187d4d180
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,7 @@
body {
--color-highlight: {{ config.highlight_color }};
}
{% if not config_system.visible_reaction_counts %}
{% if not config_identity.visible_reaction_counts %}
.like-count {
display: none;
}