nodebb-theme-harmony 1.2.63 → 1.2.64

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,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.7.0"
6
6
  },
@@ -1,10 +1,4 @@
1
1
  <div class="account w-100 mx-auto">
2
- <div data-widget-area="header">
3
- {{{each widgets.header}}}
4
- {{widgets.header.html}}
5
- {{{end}}}
6
- </div>
7
-
8
2
  <div class="cover position-absolute start-0 top-0 w-100" component="account/cover" style="background-image: url({cover:url}); background-position: {cover:position};">
9
3
  <div class="container">
10
4
  {{{ if allowCoverPicture }}}
@@ -92,6 +86,12 @@
92
86
  </div>
93
87
  </div>
94
88
 
89
+ <div data-widget-area="header">
90
+ {{{each widgets.header}}}
91
+ {{widgets.header.html}}
92
+ {{{end}}}
93
+ </div>
94
+
95
95
  <div class="d-flex flex-column flex-md-row">
96
96
  <!-- IMPORT partials/account/sidebar-left.tpl -->
97
97
  <div class="account-content flex-grow-1 ps-md-2 ps-lg-3 ps-xl-4" style="min-width: 0;">