mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-10 17:31:03 +00:00
Fix reaction counts hiding
This commit is contained in:
parent
b5be9b576d
commit
3187d4d180
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue