nodebb-theme-harmony 1.0.0-beta.48 → 1.0.0-beta.49
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
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
<span component="chat/message/remaining" class="text-xs text-muted position-absolute me-1 mb-1" style="right: 0px; bottom:0px;">{maximumChatMessageLength}</span>
|
|
28
28
|
</div>
|
|
29
29
|
<div class="d-flex justify-content-between align-self-stretch gap-2">
|
|
30
|
-
<button component="chat/upload/button" class="btn btn-light btn-sm align-self-end" type="button"><i class="fa fa-fw fa-upload"></i></button>
|
|
31
|
-
<button class="btn btn-primary btn-sm align-self-end" type="button" data-action="send"><i class="fa fa-fw fa-paper-plane"></i></button>
|
|
30
|
+
<button component="chat/upload/button" class="btn btn-light btn-sm align-self-end px-3 px-md-2" type="button"><i class="fa fa-fw fa-upload"></i></button>
|
|
31
|
+
<button class="btn btn-primary btn-sm align-self-end px-3 px-md-2" type="button" data-action="send"><i class="fa fa-fw fa-paper-plane"></i></button>
|
|
32
32
|
</div>
|
|
33
33
|
<form class="hidden" component="chat/upload" method="post" enctype="multipart/form-data">
|
|
34
34
|
<input type="file" name="files[]" multiple class="hidden"/>
|