nodebb-theme-harmony 1.2.48 → 1.2.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
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
</li>
|
|
16
16
|
{{{ each edit }}}
|
|
17
17
|
<li component="blocks/search/match">
|
|
18
|
-
<div class="dropdown-item rounded-1 d-flex flex-nowrap gap-
|
|
18
|
+
<div class="dropdown-item rounded-1 d-flex flex-nowrap gap-4 justify-content-between align-items-center" role="menuitem">
|
|
19
19
|
<div class="text-truncate">
|
|
20
20
|
<a href="{config.relative_path}/uid/{./uid}" class="text-decoration-none">{buildAvatar(edit, "24px", true)} {./username}</a>
|
|
21
21
|
</div>
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
</div>
|
|
36
36
|
</div>
|
|
37
37
|
<div class="users">
|
|
38
|
+
<div class="alert alert-warning text-center m-0"{{{ if users.length }}} style="display: none;"{{{ end }}}>[[user:has-no-blocks]]</div>
|
|
39
|
+
|
|
38
40
|
<div id="users-container" class="row row-cols-2 row-cols-lg-3 row-cols-xl-4 g-3">
|
|
39
41
|
{{{ each users }}}
|
|
40
42
|
<div class="d-flex flex-column gap-1">
|
|
@@ -43,7 +45,6 @@
|
|
|
43
45
|
</div>
|
|
44
46
|
{{{ end }}}
|
|
45
47
|
</div>
|
|
46
|
-
<div class="alert alert-warning text-center"{{{ if users.length }}} style="display: none;"{{{ end }}}>[[user:has-no-blocks]]</div>
|
|
47
48
|
<!-- IMPORT partials/paginator.tpl -->
|
|
48
49
|
</div>
|
|
49
50
|
|