nodebb-theme-harmony 1.1.86 → 1.1.87

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.1.86",
3
+ "version": "1.1.87",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -39,6 +39,6 @@
39
39
  document.documentElement.style.setProperty('--panel-offset', `0px`);
40
40
  }
41
41
  </script>
42
- <div class="container px-md-4 d-flex flex-column gap-3 h-100 mb-5 mb-lg-0" id="content">
42
+ <div class="container-lg px-md-4 d-flex flex-column gap-3 h-100 mb-5 mb-lg-0" id="content">
43
43
  <!-- IMPORT partials/noscript/warning.tpl -->
44
44
  <!-- IMPORT partials/noscript/message.tpl -->
@@ -1,5 +1,5 @@
1
1
  {{{ if (brand:logo || config.showSiteTitle)}}}
2
- <div class="container px-md-4 brand-container">
2
+ <div class="container-lg px-md-4 brand-container">
3
3
  <div class="col-12 d-flex border-bottom pb-3 {{{ if config.theme.centerHeaderElements }}}justify-content-center{{{ end }}}">
4
4
  <div component="brand/wrapper" class="d-flex align-items-center gap-3 p-2 rounded-1 align-content-stretch ">
5
5
  {{{ if brand:logo }}}