nodebb-theme-harmony 1.1.48 → 1.1.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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!-- IMPORT partials/account/header.tpl -->
|
|
2
2
|
|
|
3
|
-
<div class="d-flex justify-content-between mb-3 align-items-center">
|
|
3
|
+
<div class="d-flex justify-content-between py-1 mb-3 align-items-center position-sticky top-0 bg-body">
|
|
4
4
|
<h3 class="fw-semibold fs-5 mb-0">{{{ if isSelf }}}[[user:edit-profile]]{{{ else }}}[[pages:account/edit, {username}]]{{{ end }}}</h3>
|
|
5
|
-
<button id="submitBtn" class="btn btn-primary">[[global:save_changes]]</button>
|
|
5
|
+
<button id="submitBtn" class="btn btn-sm btn-primary">[[global:save_changes]]</button>
|
|
6
6
|
</div>
|
|
7
7
|
<div class="row">
|
|
8
8
|
<div class="col-xl-6 col-12">
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
|
|
112
112
|
<hr/>
|
|
113
113
|
{{{ if (allowAccountDelete && isSelf) }}}
|
|
114
|
-
<div class="d-flex justify-content-
|
|
114
|
+
<div class="d-flex justify-content-center">
|
|
115
115
|
<button id="deleteAccountBtn" class="btn btn-danger">[[user:delete_account]]</button>
|
|
116
116
|
</div>
|
|
117
117
|
{{{ end }}}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!-- IMPORT partials/account/header.tpl -->
|
|
2
2
|
|
|
3
|
-
<div class="
|
|
3
|
+
<div class="d-flex justify-content-between py-1 mb-3 align-items-center position-sticky top-0 bg-body">
|
|
4
4
|
<h3 class="fw-semibold fs-5 mb-0">{{{ if isSelf }}}[[pages:account/settings]]{{{ else }}}[[pages:account/settings-of, {username}]]{{{ end }}}</h3>
|
|
5
|
-
<button id="submitBtn" class="btn btn-primary">[[global:save_changes]]</button>
|
|
5
|
+
<button id="submitBtn" class="btn btn-sm btn-primary">[[global:save_changes]]</button>
|
|
6
6
|
</div>
|
|
7
7
|
<div class="row">
|
|
8
8
|
<div class="col-12 col-md-6">
|