nodebb-theme-harmony 1.0.9 → 1.0.11

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.9",
3
+ "version": "1.0.11",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.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" id="content">
42
+ <div class="container px-md-4 d-flex flex-column gap-3 h-100" id="content">
43
43
  <!-- IMPORT partials/noscript/warning.tpl -->
44
44
  <!-- IMPORT partials/noscript/message.tpl -->
@@ -84,7 +84,7 @@
84
84
  <div class="member-post-cids-selector">
85
85
  <!-- IMPORT partials/category/selector-dropdown-left.tpl -->
86
86
  </div>
87
- <input id="memberPostCids" type="text" class="form-control" value="{group.memberPostCids}">
87
+ <input id="memberPostCids" type="text" class="form-control form-control-sm" value="{group.memberPostCids}">
88
88
  </div>
89
89
  </div>
90
90
 
@@ -1 +1 @@
1
- <small data-editor="{editor.userslug}" component="post/editor" class="hidden">[[global:last_edited_by, {editor.username}]] <span class="timeago" title="{editedISO}"></span></small>
1
+ <span data-editor="{editor.userslug}" component="post/editor" class="visually-hidden">[[global:last_edited_by, {editor.username}]] <span class="timeago" title="{editedISO}"></span></span>