nodebb-theme-persona 13.2.26 → 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.26",
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;">
@@ -5,7 +5,7 @@
5
5
  <div class="w-100 flex-grow-1 flex-nowrap position-relative d-flex rounded-2 border border-secondary p-1 align-items-end">
6
6
  <button component="chat/upload/button" class="btn btn-light btn-sm px-2 rounded-1" type="button" title="[[global:upload]]" data-bs-toggle="tooltip"><i class="fa fa-fw fa-upload"></i></button>
7
7
  <div class="flex-grow-1 align-self-center">
8
- <textarea component="chat/input" placeholder="[[modules:chat.placeholder.mobile]]" class="bg-transparent text-body form-control chat-input mousetrap rounded-0 border-0 shadow-none ps-1 py-0" style="min-height: 1.5rem;height:0;max-height:30vh;resize:none;"></textarea>
8
+ <textarea component="chat/input" placeholder="[[modules:chat.placeholder.mobile]]" class="bg-transparent text-body form-control chat-input mousetrap rounded-0 border-0 shadow-none px-1 py-0" style="min-height: 1.5rem;height:0;max-height:30vh;resize:none;"></textarea>
9
9
  </div>
10
10
  <div class="d-flex gap-1">
11
11
  <button class="btn btn-primary btn-sm px-2 rounded-1" type="button" data-action="send" title="[[modules:chat.send]]" data-bs-toggle="tooltip"><i class="fa fa-fw fa-paper-plane"></i></button>