nodebb-theme-harmony 1.0.56 → 1.0.57

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.56",
3
+ "version": "1.0.57",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -45,7 +45,7 @@
45
45
  {{{ each posts }}}
46
46
  <div class="card mb-4" data-id="{./id}" data-uid="{./user.uid}">
47
47
  <div class="row g-0">
48
- <div class="col-4 col-lg-3 bg-card-cap rounded-start">
48
+ <div class="col-lg-3 bg-card-cap rounded-start">
49
49
  <ul class="list-unstyled ps-0 mb-0 border-end h-100">
50
50
  <li class="card-body border-bottom position-relative">
51
51
  {{{ if !singlePost }}}
@@ -175,7 +175,7 @@
175
175
  </li>
176
176
  </ul>
177
177
  </div>
178
- <div class="col-8 col-lg-9 d-flex flex-column">
178
+ <div class="col-lg-9 d-flex flex-column">
179
179
  <div class="post-content mb-auto text-break p-3 pb-0 h-100">{posts.data.content}</div>
180
180
  <div class="post-content-editable flex-grow-1 hidden">
181
181
  <textarea class="form-control w-100 h-100 p-3">{posts.data.rawContent}</textarea>