nodebb-theme-harmony 1.0.30 → 1.0.32

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-harmony",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -16,7 +16,7 @@
16
16
 
17
17
  <div class="modal-body d-flex flex-column" style="height: 500px;">
18
18
  <div class="position-relative">
19
- <div component="chat/messages/scroll-up-alert" class="position-absolute scroll-up-alert alert alert-info hidden w-100" role="button" style="z-index: 1;">[[modules:chat.scroll-up-alert]]</div>
19
+ <div component="chat/messages/scroll-up-alert" class="py-1 position-absolute start-50 translate-middle text-sm scroll-up-alert alert alert-info d-none d-md-block text-nowrap" role="button" style="z-index: 500;"><i class="fa fa-fw fa-arrow-down"></i> [[modules:chat.scroll-up-alert]]</div>
20
20
  </div>
21
21
  <ul class="chat-content p-0 m-0 list-unstyled d-flex flex-column overflow-auto flex-grow-1" component="chat/messages">
22
22
  <!-- IMPORT partials/chats/messages.tpl -->
@@ -4,8 +4,10 @@
4
4
  <div class="flex-grow-1 align-self-center">
5
5
  <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>
6
6
  </div>
7
- <div component="chat/message/remaining" class="text-xs text-muted me-1">{maximumChatMessageLength}</div>
8
- <button class="btn-ghost-sm px-2" type="button" data-action="send"><i class="fa fa-fw fa-paper-plane text-primary"></i></button>
7
+ <div class="d-flex gap-1">
8
+ <div component="chat/message/remaining" class="text-xs text-muted me-1 align-self-center">{maximumChatMessageLength}</div>
9
+ <button class="btn-ghost-sm px-2" type="button" data-action="send"><i class="fa fa-fw fa-paper-plane text-primary"></i></button>
10
+ </div>
9
11
  </div>
10
12
  <form class="hidden" component="chat/upload" method="post" enctype="multipart/form-data">
11
13
  <input type="file" name="files[]" multiple class="hidden"/>
@@ -15,8 +15,8 @@
15
15
  <!-- IMPORT partials/chats/options.tpl -->
16
16
  </div>
17
17
  <hr class="text-muted opacity-25"/>
18
- <div class="row position-relative justify-content-center mx-5">
19
- <div component="chat/messages/scroll-up-alert" class="col-12 col-xl-6 position-absolute text-sm scroll-up-alert alert alert-info hidden d-none d-md-block" role="button" style="z-index: 1;">[[modules:chat.scroll-up-alert]]</div>
18
+ <div class="position-relative">
19
+ <div component="chat/messages/scroll-up-alert" class="py-1 position-absolute start-50 translate-middle text-sm scroll-up-alert alert alert-info d-none d-md-block text-nowrap" role="button" style="z-index: 500;"><i class="fa fa-fw fa-arrow-down"></i> [[modules:chat.scroll-up-alert]]</div>
20
20
  </div>
21
21
  <ul class="chat-content p-0 m-0 list-unstyled overflow-auto flex-grow-1">
22
22
  <!-- IMPORT partials/chats/messages.tpl -->