fix:标签云自适应宽度问题(#45)

This commit is contained in:
jiewenhuang 2023-08-27 01:20:44 +08:00
parent 4047dc685c
commit ebd5f11341
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
</div>
<div class="joe_aside__item-contain">
<div th:class="'tags-cloud-list'+${theme.config.aside.tag_cloud_width =='responsive' ? 'responsive':''}" th:style="${theme.config.aside.tag_cloud_type == '3d' ? 'display:none':''}">
<div th:class="'tags-cloud-list '+${theme.config.aside.tag_cloud_width =='responsive' ? 'responsive':'static'}" th:style="${theme.config.aside.tag_cloud_type == '3d' ? 'display:none':''}">
<th:block th:with="tags = ${tagFinder.listAll()}">
<a th:each="tag : ${tags}"