nodebb-theme-harmony 1.0.30 → 1.0.31
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/templates/chat.tpl
CHANGED
|
@@ -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
|
|
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 -->
|
|
@@ -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="
|
|
19
|
-
<div component="chat/messages/scroll-up-alert" class="
|
|
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 -->
|