nodebb-theme-persona 13.2.27 → 13.2.28

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.2.27",
3
+ "version": "13.2.28",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.3.0"
6
6
  },
package/scss/chats.scss CHANGED
@@ -280,7 +280,7 @@ body.page-user-chats {
280
280
  flex: 1;
281
281
  }
282
282
  }
283
- [component="chat/user/list/btn"] {
283
+ [component="chat/user/list/btn"], [component="chat/pinned/messages/btn"] {
284
284
  display: none!important;
285
285
  }
286
286
  }
@@ -13,7 +13,7 @@
13
13
  </button>
14
14
  <!-- IMPORT partials/chats/options.tpl -->
15
15
 
16
- <button id="chat-close-btn" type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
16
+ <button id="chat-close-btn" type="button" class="btn-close" aria-label="Close"></button>
17
17
  </div>
18
18
  <!-- IMPORT partials/chats/scroll-up-alert.tpl -->
19
19
  <div class="modal-body d-flex flex-column" style="height: 500px;">