nodebb-theme-harmony 1.0.54 → 1.0.55

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.0.54",
3
+ "version": "1.0.55",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -3,7 +3,7 @@
3
3
  {{widgets.header.html}}
4
4
  {{{end}}}
5
5
  </div>
6
- <div class="row login">
6
+ <div class="row login flex-fill">
7
7
  <div class="d-flex flex-column gap-2 {{{ if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
8
8
  <h2 class="tracking-tight fw-semibold text-center">[[global:login]]</h2>
9
9
  <div class="row justify-content-center gap-5">
@@ -3,7 +3,7 @@
3
3
  {{widgets.header.html}}
4
4
  {{{end}}}
5
5
  </div>
6
- <div class="row register">
6
+ <div class="row register flex-fill">
7
7
  <div class="d-flex flex-column gap-2 {{{ if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
8
8
  <h2 class="tracking-tight fw-semibold text-center">[[global:register]]</h2>
9
9
  <div class="row justify-content-center gap-5">