nodebb-theme-persona 11.3.38 → 11.3.39

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-persona",
3
- "version": "11.3.38",
3
+ "version": "11.3.39",
4
4
  "nbbpm": {
5
5
  "compatibility": "^1.18.0"
6
6
  },
@@ -25,7 +25,14 @@
25
25
  </div>
26
26
  </div>
27
27
  </div>
28
- <input type="number" class="form-control" id="indexInput" placeholder="[[global:pagination.enter_index]]">
28
+ <div class="row">
29
+ <div class="col-xs-6">
30
+ <input type="number" class="form-control" id="indexInput" placeholder="[[global:pagination.enter_index]]">
31
+ </div>
32
+ <div class="col-xs-6">
33
+ <button id="myNextPostBtn" class="btn btn-default form-control" disabled>[[topic:go-to-my-next-post]]</button>
34
+ </div>
35
+ </div>
29
36
  </li>
30
37
  </ul>
31
38
  </div>