nodebb-theme-persona 13.3.38 → 13.3.39

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": "13.3.38",
3
+ "version": "13.3.39",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.7.0"
6
6
  },
@@ -3,7 +3,7 @@
3
3
  </a>
4
4
  <ul class="dropdown-menu dropdown-menu-end p-1" aria-labelledby="chat_dropdown" role="menu">
5
5
  <li>
6
- <ul component="chat/list" class="chat-list chats-list ghost-scrollbar pe-1">
6
+ <ul component="chat/list" class="list-unstyled chat-list chats-list ghost-scrollbar pe-1">
7
7
  <li class="loading-text">
8
8
  <a href="#"><i class="fa fa-refresh fa-spin"></i> [[global:chats.loading]]</a>
9
9
  </li>
@@ -3,7 +3,7 @@
3
3
  <div class="wrapper dropup">
4
4
  <i class="fa fa-2x fa-angle-double-up pointer fa-fw pagetop"></i>
5
5
 
6
- <a href="#" class="dropdown-toggle d-inline-block text-decoration-none" data-bs-toggle="dropdown" data-bs-reference="parent" aria-haspopup="true" aria-expanded="false">
6
+ <a href="#" class="text-reset dropdown-toggle d-inline-block text-decoration-none" data-bs-toggle="dropdown" data-bs-reference="parent" aria-haspopup="true" aria-expanded="false">
7
7
  <span class="pagination-text"></span>
8
8
  </a>
9
9