nodebb-theme-harmony 2.2.22 → 2.2.24

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.2.22",
3
+ "version": "2.2.24",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -268,12 +268,7 @@
268
268
  <td style="width:100%;">
269
269
  <div class="align-items-center">
270
270
  <label class="text-sm tracking-tight" for="{./name}">{./label}</label>
271
- <select class="form-select form-select-sm d-none" id="{./name}" data-property="{./name}">
272
- <option value="none" {{{ if ./none }}}selected{{{ end }}}>[[notifications:none]]</option>
273
- <option value="notification" {{{ if ./notification }}}selected{{{ end }}}>[[notifications:notification-only]]</option>
274
- <option value="email" {{{ if ./email }}}selected{{{ end }}}>[[notifications:email-only]]</option>
275
- <option value="notificationemail" {{{ if ./notificationemail }}}selected{{{ end }}}>[[notifications:notification-and-email]]</option>
276
- </select>
271
+ <input type="hidden" data-property="{./name}" value="{./value}">
277
272
  </div>
278
273
  </td>
279
274
  <td class="text-center">
@@ -1,4 +1,4 @@
1
- <div class="bottombar-nav p-2 text-dark bg-light d-flex justify-content-between align-items-center w-100">
1
+ <div class="bottombar-nav p-2 text-dark bg-light {{{ if config.theme.topMobilebar }}}border-bottom{{{ else }}}border-top{{{ end }}} d-flex justify-content-between align-items-center w-100">
2
2
  <div class="bottombar-nav-left d-flex gap-3 align-items-center">
3
3
  <div>
4
4
  <a href="#" role="button" class="nav-link d-flex justify-content-between align-items-center position-relative" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@@ -42,7 +42,7 @@
42
42
  </div>
43
43
  <div>
44
44
  <a class="btn btn-ghost btn-sm ff-secondary d-flex gap-2 align-items-center fw-semibold h-100" href="#" id="world-help">
45
- <i class="fa fa-question text-primary"></i>
45
+ <i class="fa fa-fw fa-question text-primary"></i>
46
46
  <span class="visible-md-inline visible-lg-inline">[[world:help]]</span>
47
47
  </a>
48
48
  </div>