Fix reaction counts hiding
This commit is contained in:
parent
b5be9b576d
commit
3187d4d180
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue