nodebb-theme-harmony 1.0.0-beta.43 → 1.0.0-beta.45

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.0-beta.43",
3
+ "version": "1.0.0-beta.45",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
package/public/harmony.js CHANGED
@@ -96,6 +96,7 @@ $(document).ready(function () {
96
96
  hooks.on('action:posts.loaded', enableAutohide);
97
97
  hooks.on('action:ajaxify.end', function () {
98
98
  $window.off('scroll', delayedScroll);
99
+ bottomBar.css({ bottom: 0 });
99
100
  enableAutohide();
100
101
  });
101
102
  enableAutohide();
@@ -5,7 +5,7 @@
5
5
  <div class="">
6
6
  {buildCategoryIcon(@value, "40px", "rounded-1")}
7
7
  </div>
8
- <div class="d-flex flex-column gap-1">
8
+ <div class="d-flex flex-column gap-1 flex-1">
9
9
  <h2 class="title fw-bold fs-4">
10
10
  <!-- IMPORT partials/categories/link.tpl -->
11
11
  </h2>