nodebb-theme-harmony 2.0.30 → 2.0.32

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": "2.0.30",
3
+ "version": "2.0.32",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
package/public/harmony.js CHANGED
@@ -122,6 +122,7 @@ $(document).ready(function () {
122
122
  setTimeout(enableAutohide, 250);
123
123
  });
124
124
  hooks.on('action:ajaxify.end', function () {
125
+ bottomBar.removeClass('hidden');
125
126
  const { template } = ajaxify.data;
126
127
  stickyTools = (template.category || template.topic) ? $('.sticky-tools') : null;
127
128
  $window.off('scroll', delayedScroll);
package/scss/mixins.scss CHANGED
@@ -97,6 +97,7 @@
97
97
 
98
98
  @include media-breakpoint-down(sm) {
99
99
  > [component="post"], .timeline-event {
100
+ margin-left: initial;
100
101
  &:first-child:before, &:last-child:after {
101
102
  display: none;
102
103
  }
@@ -116,6 +117,9 @@
116
117
 
117
118
  [component="topic/event"], [component="topic/necro-post"] {
118
119
  &.timeline-event {
120
+ .timeline-badge {
121
+ margin-right: initial;
122
+ }
119
123
  .timeline-text {
120
124
  line-height: 16px;
121
125
  font-size: 0.75rem;