nodebb-theme-harmony 2.2.24 → 2.2.26

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.24",
3
+ "version": "2.2.26",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -254,7 +254,7 @@
254
254
  </div>
255
255
  </div>
256
256
  <hr />
257
- <table component="notification/table" class="table table-sm">
257
+ <table component="notification/table" class="table">
258
258
  <thead>
259
259
  <tr>
260
260
  <th></th>
@@ -16,7 +16,7 @@
16
16
  <div class="d-flex flex-column flex-md-row justify-content-md-between pb-4 mb-4 mt-2 border-bottom">
17
17
  <div class="d-flex flex-column mt-1">
18
18
  <div class="d-flex align-items-center gap-2">
19
- <h3 class="mb-0">{group.displayName}</h3>
19
+ <h3 class="mb-0 text-capitalize">{group.displayName}</h3>
20
20
  </div>
21
21
  <div class="d-flex gap-2">
22
22
  {group.descriptionParsed}
@@ -5,7 +5,7 @@
5
5
  <a href="{config.relative_path}/groups/{./slug}" class="d-block h-100 text-reset text-decoration-none">
6
6
  <div class="card-body d-flex flex-column gap-1 border border-top-0 rounded-bottom h-100">
7
7
  <div class="d-flex">
8
- <div class="flex-grow-1 fs-6 fw-semibold">{./displayName}</div>
8
+ <div class="flex-grow-1 fs-6 fw-semibold text-capitalize">{./displayName}</div>
9
9
  <div class="flex-shrink-0 text-sm"><i class="text-muted fa-solid fa-user"></i> {formattedNumber(./memberCount)}</div>
10
10
  </div>
11
11
  <div class="text-sm">{./description}</div>