nodebb-theme-persona 14.0.6 → 14.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/topic.tpl +2 -2
package/package.json
CHANGED
package/templates/topic.tpl
CHANGED
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
</div>
|
|
57
57
|
</div>
|
|
58
58
|
</div>
|
|
59
|
-
<div class="d-flex flex-wrap gap-2
|
|
59
|
+
<div class="d-flex flex-wrap gap-2 align-items-center hidden-empty" component="topic/thumb/list">
|
|
60
60
|
{{{ each thumbs }}}
|
|
61
|
-
<a class="d-inline-block
|
|
61
|
+
<a class="d-inline-block" href="{./url}">
|
|
62
62
|
<img class="rounded-1 h-100 bg-light" style="max-width: 4rem; object-fit: contain;" src="{./url}" />
|
|
63
63
|
</a>
|
|
64
64
|
{{{ end }}}
|