nodebb-theme-harmony 1.0.25 → 1.0.26
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
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
<div class="d-flex flex-column flex-md-row mt-1 justify-content-between w-100 gap-2">
|
|
35
35
|
<div class="d-flex flex-grow-1 flex-row gap-2">
|
|
36
|
-
<div class="d-flex flex-column">
|
|
36
|
+
<div class="d-flex flex-column gap-1">
|
|
37
37
|
<h2 class="fullname fw-semibold fs-2 tracking-tight mb-0">{{{ if fullname }}}{fullname}{{{ else }}}{username}{{{ end }}}</h2>
|
|
38
38
|
<div class="d-flex flex-wrap gap-1 text-sm align-items-center">
|
|
39
39
|
<span class="username fw-bold">{{{ if !banned }}}@{username}{{{ else }}}[[user:banned]]{{{ end }}}</span>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
{{{ end }}}
|
|
48
48
|
</div>
|
|
49
49
|
</div>
|
|
50
|
-
|
|
50
|
+
<div class="d-flex gap-2" component="user/badges"></div>
|
|
51
51
|
{{{ if isAdminOrGlobalModeratorOrModerator }}}
|
|
52
52
|
{{{ if banned }}}
|
|
53
53
|
<div class="text-xm text-muted">
|