nodebb-theme-persona 13.2.25 → 13.2.26

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.25",
3
+ "version": "13.2.26",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.3.0"
6
6
  },
@@ -1,5 +1,5 @@
1
- <div component="chat/composer" class="d-flex flex-column gap-2 border-top pt-2 align-items-start">
2
- <div component="chat/composer/replying-to" data-tomid="" class="text-sm px-2 d-flex gap-2 align-items-center hidden">
1
+ <div component="chat/composer" class="d-flex flex-column border-top pt-2 align-items-start">
2
+ <div component="chat/composer/replying-to" data-tomid="" class="text-sm px-2 mb-1 d-flex gap-2 align-items-center hidden">
3
3
  <div component="chat/composer/replying-to-text"></div> <button component="chat/composer/replying-to-cancel" class="btn-ghost-sm px-2 py-1"><i class="fa fa-times"></i></button>
4
4
  </div>
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">
@@ -8,10 +8,16 @@
8
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>
9
9
  </div>
10
10
  <div class="d-flex gap-1">
11
- <div component="chat/message/remaining" class="text-xs text-muted me-1 align-self-center">{maximumChatMessageLength}</div>
12
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>
13
12
  </div>
14
13
  </div>
14
+ <div class="d-flex justify-content-between align-items-center text-xs w-100 px-2 mt-1">
15
+ <div component="chat/composer/typing" class="">
16
+ <div component="chat/composer/typing/users" class="hidden"></div>
17
+ <div component="chat/composer/typing/text" class="hidden"></div>
18
+ </div>
19
+ <div component="chat/message/remaining" class="text-xs text-muted">{maximumChatMessageLength}</div>
20
+ </div>
15
21
  <form class="hidden" component="chat/upload" method="post" enctype="multipart/form-data">
16
22
  <input type="file" name="files[]" multiple class="hidden"/>
17
23
  </form>