nodebb-theme-persona 14.1.1 → 14.1.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "14.1.1",
3
+ "version": "14.1.2",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -18,9 +18,11 @@
18
18
 
19
19
  <hr />
20
20
 
21
- {{{ each categories }}}
22
- <!-- IMPORT partials/categories/item.tpl -->
23
- {{{ end }}}
21
+ <ul class="categories-list">
22
+ {{{ each categories }}}
23
+ <!-- IMPORT partials/categories/item.tpl -->
24
+ {{{ end }}}
25
+ </ul>
24
26
 
25
27
  {{{ if (topics.length || privileges.topics:create) }}}
26
28
  <div class="topic-list-header text-bg-light sticky-top btn-toolbar justify-content-between p-1 mb-2 gap-1 flex-nowrap">