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
package/scss/chats.scss
CHANGED
package/templates/chat.tpl
CHANGED
|
@@ -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"
|
|
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
|
|
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>
|