This commit is contained in:
SBD
2023-12-09 20:19:12 +03:00
parent bc69d92ef7
commit 902f7b340b
8 changed files with 80 additions and 49 deletions

View File

@@ -11,7 +11,7 @@
<div class="large_txt plugin_txt">{{ block.name }}</div>
{% endif %}
{% if block.description %}
<div class="semi_large_semi_light plugin_description">
<div class="semi_large_semi_light{% if block.but1_title or block.but2_title or block.but1_icon or block.but2_icon %} plugin_description{% endif %}">
{{ block.description|linebreaksbr }}
</div>
{% endif %}