nodebb-theme-persona 14.2.26 → 14.2.27

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": "14.2.26",
3
+ "version": "14.2.27",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -11,7 +11,7 @@
11
11
  <!-- ENDIF !uploads.length -->
12
12
 
13
13
  <div class="table-responsive">
14
- <table class="table table-striped w-100">
14
+ <table class="table table-sm w-100">
15
15
  <thead>
16
16
  <tr>
17
17
  <th></th>
@@ -21,8 +21,8 @@
21
21
  <tbody>
22
22
  {{{ each uploads }}}
23
23
  <tr data-name="{./name}">
24
- <td>
25
- <a class="text-break" href="{config.relative_path}{./url}">{./url}</a>
24
+ <td class="align-middle">
25
+ <a class="text-break text-reset text-sm" href="{config.relative_path}{./url}">{./url}</a>
26
26
  </td>
27
27
  <td style="width: 1%; white-space: nowrap;">
28
28
  <button class="btn btn-danger btn-sm" data-action="delete" aria-label="[[aria:delete-upload-button]]"><i class="fa fa-trash"></i></button>