simplify contain-svg css

This commit is contained in:
2025-11-21 06:07:23 +03:00
parent 4b70ae1b43
commit 10934c557d
7 changed files with 27 additions and 51 deletions

View File

@@ -34,7 +34,7 @@
</div>
<div class="topic-locked-container contain-svg">
{% if topic['is_locked'] %}
{{ icn_lock() }}
{{ icn_lock(48) }}
<i>Locked</i>
{% endif %}
</div>