nodebb-theme-persona 13.0.62 → 13.0.63

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": "13.0.62",
3
+ "version": "13.0.63",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -5,13 +5,12 @@
5
5
  <hr />
6
6
 
7
7
  <form id="theme-settings" role="form">
8
- <div class="checkbox">
9
- <label>
10
- <input type="checkbox" id="persona:menus:legacy-layout" name="persona:menus:legacy-layout"> <strong>[[persona:settings.mobile-menu-side]]</strong>
11
- </label>
12
- </div><br />
8
+ <div class="form-check mb-3">
9
+ <input class="form-check-input" type="checkbox" id="persona:menus:legacy-layout" name="persona:menus:legacy-layout">
10
+ <label class="form-check-label" for="persona:menus:legacy-layout">[[persona:settings.mobile-menu-side]]</label>
11
+ </div>
13
12
 
14
- <div class="form-group">
13
+ <div class="mb-3">
15
14
  <label for="persona:navbar:autohide">[[persona:settings.autoHidingNavbar]]</label>
16
15
  <select multiple class="form-control" name="persona:navbar:autohide" id="persona:navbar:autohide">
17
16
  <option value="xs">[[persona:settings.autoHidingNavbar-xs]]</option>