nodebb-theme-harmony 1.2.88 → 1.2.89
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
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<h2 class="fullname fw-semibold fs-2 tracking-tight mb-0">{{{ if fullname }}}{fullname}{{{ else }}}{username}{{{ end }}}</h2>
|
|
32
32
|
<div class="d-flex flex-wrap gap-1 text-sm align-items-center">
|
|
33
33
|
<span class="username fw-bold">{{{ if !banned }}}@{username}{{{ else }}}[[user:banned]]{{{ end }}}</span>
|
|
34
|
-
<div class="d-flex align-items-center gap-1 p-1">
|
|
34
|
+
<div class="d-flex align-items-center gap-1 p-1 flex-wrap">
|
|
35
35
|
{{{ if selectedGroup.length }}}
|
|
36
36
|
{{{ each selectedGroup }}}
|
|
37
37
|
{{{ if ./slug }}}
|
package/templates/users.tpl
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{{{ if displayUserSearch }}}
|
|
18
18
|
<div class="search">
|
|
19
19
|
<div class="input-group">
|
|
20
|
-
<input class="form-control form-control-sm" id="search-user" type="text" placeholder="[[global:search]]"/>
|
|
20
|
+
<input class="form-control form-control-sm" id="search-user" type="text" placeholder="[[global:search]]" autocomplete="off" />
|
|
21
21
|
<button class="btn btn-primary btn-sm" type="button" aria-label="[[global:search]]">
|
|
22
22
|
<i component="user/search/icon" class="fa fa-search"></i>
|
|
23
23
|
</button>
|